A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SecurityHub/Types/AwsEc2InstanceDetails.html below:

AwsEc2InstanceDetails — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsEc2InstanceDetails
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing AwsEc2InstanceDetails as input to an Aws::Client method, you can use a vanilla Hash:

{
  type: "NonEmptyString",
  image_id: "NonEmptyString",
  ip_v4_addresses: ["NonEmptyString"],
  ip_v6_addresses: ["NonEmptyString"],
  key_name: "NonEmptyString",
  iam_instance_profile_arn: "NonEmptyString",
  vpc_id: "NonEmptyString",
  subnet_id: "NonEmptyString",
  launched_at: "NonEmptyString",
}

The details of an Amazon EC2 instance.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #iam_instance_profile_arn ⇒ String

The IAM profile ARN of the instance.

#image_id ⇒ String

The Amazon Machine Image (AMI) ID of the instance.

#ip_v4_addresses ⇒ Array<String>

The IPv4 addresses associated with the instance.

#ip_v6_addresses ⇒ Array<String>

The IPv6 addresses associated with the instance.

#key_name ⇒ String

The key name associated with the instance.

#subnet_id ⇒ String

The identifier of the subnet that the instance was launched in.

#type ⇒ String

The instance type of the instance.

#vpc_id ⇒ String

The identifier of the VPC that the instance was launched in.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4