Class: Aws::Types::Setting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"serviceLongArnFormat", ...

Returns the value of attribute name.

Returns:

  • ("serviceLongArnFormat", "taskLongArnFormat", "containerInstanceLongArnFormat", "awsvpcTrunking", "containerInsights", "fargateFIPSMode", "tagResourceAuthorization", "fargateTaskRetirementWaitPeriod", "guardDutyActivate", "defaultLogDriverMode", "fargateEventWindows")


2508
2509
2510
# File 'sig/types.rbs', line 2508

def name
  @name
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


2510
2511
2512
# File 'sig/types.rbs', line 2510

def principal_arn
  @principal_arn
end

#type"user", "aws_managed"

Returns the value of attribute type.

Returns:

  • ("user", "aws_managed")


2511
2512
2513
# File 'sig/types.rbs', line 2511

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2509
2510
2511
# File 'sig/types.rbs', line 2509

def value
  @value
end