Class: Aws::ECS::Types::Setting

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

Overview

The current account setting for a resource.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The account resource name.

Returns:

  • (String)


5905
5906
5907
5908
5909
5910
# File 'lib/aws-sdk-ecs/types.rb', line 5905

class Setting < Struct.new(
  :name,
  :value,
  :principal_arn)
  include Aws::Structure
end

#principal_arnString

The ARN of the principal, which can be an IAM user, IAM role, or the root user. If this field is omitted, the authenticated user is assumed.

Returns:

  • (String)


5905
5906
5907
5908
5909
5910
# File 'lib/aws-sdk-ecs/types.rb', line 5905

class Setting < Struct.new(
  :name,
  :value,
  :principal_arn)
  include Aws::Structure
end

#valueString

The current account setting for the resource name. If ‘enabled`, then the resource will receive the new Amazon Resource Name (ARN) and resource identifier (ID) format. If `disabled`, then the resource will receive the old Amazon Resource Name (ARN) and resource identifier (ID) format.

Returns:

  • (String)


5905
5906
5907
5908
5909
5910
# File 'lib/aws-sdk-ecs/types.rb', line 5905

class Setting < Struct.new(
  :name,
  :value,
  :principal_arn)
  include Aws::Structure
end