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)


32695
32696
32697
32698
32699
# File 'lib/aws-sdk-ec2/types.rb', line 32695

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

#nameString

The name.

Returns:

  • (String)


32695
32696
32697
32698
32699
# File 'lib/aws-sdk-ec2/types.rb', line 32695

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