You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The Amazon ECS resource name.

Possible values:

  • serviceLongArnFormat
  • taskLongArnFormat
  • containerInstanceLongArnFormat
  • awsvpcTrunking
  • containerInsights

Returns:

  • (String)

    The Amazon ECS resource name.

#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)

    The ARN of the principal, which can be an IAM user, IAM role, or the root user.

#valueString

Whether the account setting is enabled or disabled for the specified resource.

Returns:

  • (String)

    Whether the account setting is enabled or disabled for the specified resource.