Class: Aws::ECS::Types::Setting
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::Setting
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The current account setting for a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The Amazon ECS resource name.
-
#principal_arn ⇒ String
The ARN of the principal.
-
#value ⇒ String
Determines whether the account setting is enabled or disabled for the specified resource.
Instance Attribute Details
#name ⇒ String
The Amazon ECS resource name.
9625 9626 9627 9628 9629 9630 9631 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9625 class Setting < Struct.new( :name, :value, :principal_arn) SENSITIVE = [] include Aws::Structure end |
#principal_arn ⇒ String
The ARN of the principal. It can be an IAM user, IAM role, or the root user. If this field is omitted, the authenticated user is assumed.
9625 9626 9627 9628 9629 9630 9631 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9625 class Setting < Struct.new( :name, :value, :principal_arn) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Determines whether the account setting is enabled or disabled for the specified resource.
9625 9626 9627 9628 9629 9630 9631 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9625 class Setting < Struct.new( :name, :value, :principal_arn) SENSITIVE = [] include Aws::Structure end |