You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsEc2InstanceDetailsWhen 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 collapseThe IAM profile ARN of the instance.
The Amazon Machine Image (AMI) ID of the instance.
The IPv4 addresses associated with the instance.
The IPv6 addresses associated with the instance.
The key name associated with the instance.
Indicates when the instance was launched.
The identifier of the subnet that the instance was launched in.
The instance type of the instance.
The identifier of the VPC that the instance was launched in.
The IAM profile ARN of the instance.
#image_id ⇒ StringThe 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 ⇒ StringThe key name associated with the instance.
#subnet_id ⇒ StringThe identifier of the subnet that the instance was launched in.
#type ⇒ StringThe instance type of the instance.
#vpc_id ⇒ StringThe 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