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

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

#arn ⇒ String

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

Returns:

  • (String)


44968
44969
44970
44971
44972
44973
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44968

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

#name ⇒ String

The name of the instance profile.

Returns:

  • (String)


44968
44969
44970
44971
44972
44973
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44968

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