Class: Aws::Inspector2::Types::AwsEc2InstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AwsEc2InstanceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Details of the Amazon EC2 instance involved in a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam_instance_profile_arn ⇒ String
The IAM instance profile ARN of the Amazon EC2 instance.
-
#image_id ⇒ String
The image ID of the Amazon EC2 instance.
-
#ip_v4_addresses ⇒ Array<String>
The IPv4 addresses of the Amazon EC2 instance.
-
#ip_v6_addresses ⇒ Array<String>
The IPv6 addresses of the Amazon EC2 instance.
-
#key_name ⇒ String
The name of the key pair used to launch the Amazon EC2 instance.
-
#launched_at ⇒ Time
The date and time the Amazon EC2 instance was launched at.
-
#platform ⇒ String
The platform of the Amazon EC2 instance.
-
#subnet_id ⇒ String
The subnet ID of the Amazon EC2 instance.
-
#type ⇒ String
The type of the Amazon EC2 instance.
-
#vpc_id ⇒ String
The VPC ID of the Amazon EC2 instance.
Instance Attribute Details
#iam_instance_profile_arn ⇒ String
The IAM instance profile ARN of the Amazon EC2 instance.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ String
The image ID of the Amazon EC2 instance.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#ip_v4_addresses ⇒ Array<String>
The IPv4 addresses of the Amazon EC2 instance.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#ip_v6_addresses ⇒ Array<String>
The IPv6 addresses of the Amazon EC2 instance.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#key_name ⇒ String
The name of the key pair used to launch the Amazon EC2 instance.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#launched_at ⇒ Time
The date and time the Amazon EC2 instance was launched at.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform of the Amazon EC2 instance.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
The subnet ID of the Amazon EC2 instance.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the Amazon EC2 instance.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID of the Amazon EC2 instance.
513 514 515 516 517 518 519 520 521 522 523 524 525 526 |
# File 'lib/aws-sdk-inspector2/types.rb', line 513 class AwsEc2InstanceDetails < Struct.new( :iam_instance_profile_arn, :image_id, :ip_v4_addresses, :ip_v6_addresses, :key_name, :launched_at, :platform, :subnet_id, :type, :vpc_id) SENSITIVE = [] include Aws::Structure end |