Class: Aws::Types::PutAccountSettingDefaultRequest

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


2006
2007
2008
# File 'sig/types.rbs', line 2006

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


2007
2008
2009
# File 'sig/types.rbs', line 2007

def value
  @value
end