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

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

Overview

Note:

When making an API call, you may pass ScheduledInstancesIamInstanceProfile data as a hash:

{
  arn: "String",
  name: "String",
}

Describes an IAM instance profile for a Scheduled Instance.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN).

Returns:

  • (String)


21889
21890
21891
21892
21893
# File 'lib/aws-sdk-ec2/types.rb', line 21889

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

#nameString

The name.

Returns:

  • (String)


21889
21890
21891
21892
21893
# File 'lib/aws-sdk-ec2/types.rb', line 21889

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