Class: Aws::EC2::Types::ScheduledInstancesIamInstanceProfile

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

Overview

Describes an IAM instance profile for a Scheduled Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN).

Returns:

  • (String)


58937
58938
58939
58940
58941
58942
# File 'lib/aws-sdk-ec2/types.rb', line 58937

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

#nameString

The name.

Returns:

  • (String)


58937
58938
58939
58940
58941
58942
# File 'lib/aws-sdk-ec2/types.rb', line 58937

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