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

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


59673
59674
59675
59676
59677
59678
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59673

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

#nameString

The name.

Returns:

  • (String)


59673
59674
59675
59676
59677
59678
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 59673

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