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


2492
2493
2494
# File 'sig/types.rbs', line 2492

def name
  @name
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


2494
2495
2496
# File 'sig/types.rbs', line 2494

def principal_arn
  @principal_arn
end

#type"user", "aws_managed"

Returns the value of attribute type.

Returns:

  • ("user", "aws_managed")


2495
2496
2497
# File 'sig/types.rbs', line 2495

def type
  @type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2493
2494
2495
# File 'sig/types.rbs', line 2493

def value
  @value
end