Class: Aws::EC2::Types::FleetIamInstanceProfileSpecificationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an IAM instance profile. Supported only for fleets of type instant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


43065
43066
43067
43068
43069
43070
# File 'lib/aws-sdk-ec2/types.rb', line 43065

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

#nameString

The name of the instance profile.

Returns:

  • (String)


43065
43066
43067
43068
43069
43070
# File 'lib/aws-sdk-ec2/types.rb', line 43065

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