Class: Aws::Types::PutAccountSettingRequest

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


2017
2018
2019
# File 'sig/types.rbs', line 2017

def name
  @name
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


2019
2020
2021
# File 'sig/types.rbs', line 2019

def principal_arn
  @principal_arn
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def value
  @value
end