Class: Aws::Types::DeleteAccountSettingRequest

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


730
731
732
# File 'sig/types.rbs', line 730

def name
  @name
end

#principal_arn::String

Returns the value of attribute principal_arn.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def principal_arn
  @principal_arn
end