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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The Amazon ECS resource name.

Returns:

  • (String)

9025
9026
9027
9028
9029
9030
9031
# File 'lib/aws-sdk-ecs/types.rb', line 9025

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

#principal_arnString

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

Returns:

  • (String)

9025
9026
9027
9028
9029
9030
9031
# File 'lib/aws-sdk-ecs/types.rb', line 9025

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

#valueString

Determines whether the account setting is on or off for the specified resource.

Returns:

  • (String)

9025
9026
9027
9028
9029
9030
9031
# File 'lib/aws-sdk-ecs/types.rb', line 9025

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