Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataIamInstanceProfileDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides details for an Identity and Access Management (IAM) instance profile, which is a container for an IAM role for your instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the instance profile.

Returns:

  • (String)


6971
6972
6973
6974
6975
6976
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6971

class AwsEc2LaunchTemplateDataIamInstanceProfileDetails < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the instance profile.

Returns:

  • (String)


6971
6972
6973
6974
6975
6976
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6971

class AwsEc2LaunchTemplateDataIamInstanceProfileDetails < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end