Class: Aws::Inspector2::Types::AwsEc2InstanceDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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

Instance Attribute Details

#iam_instance_profile_arnString

The IAM instance profile ARN of the Amazon EC2 instance.

Returns:

  • (String)


516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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_idString

The image ID of the Amazon EC2 instance.

Returns:

  • (String)


516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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_addressesArray<String>

The IPv4 addresses of the Amazon EC2 instance.

Returns:

  • (Array<String>)


516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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_addressesArray<String>

The IPv6 addresses of the Amazon EC2 instance.

Returns:

  • (Array<String>)


516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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_nameString

The name of the key pair used to launch the Amazon EC2 instance.

Returns:

  • (String)


516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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_atTime

The date and time the Amazon EC2 instance was launched at.

Returns:



516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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

#platformString

The platform of the Amazon EC2 instance.

Returns:

  • (String)


516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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_idString

The subnet ID of the Amazon EC2 instance.

Returns:

  • (String)


516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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

#typeString

The type of the Amazon EC2 instance.

Returns:

  • (String)


516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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_idString

The VPC ID of the Amazon EC2 instance.

Returns:

  • (String)


516
517
518
519
520
521
522
523
524
525
526
527
528
529
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 516

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