Class: Aws::Types::UpdateAccountCustomizationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_customizationTypes::AccountCustomization

Returns the value of attribute account_customization.



12236
12237
12238
# File 'sig/types.rbs', line 12236

def 
  @account_customization
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


12233
12234
12235
# File 'sig/types.rbs', line 12233

def arn
  @arn
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12234
12235
12236
# File 'sig/types.rbs', line 12234

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


12235
12236
12237
# File 'sig/types.rbs', line 12235

def namespace
  @namespace
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12237
12238
12239
# File 'sig/types.rbs', line 12237

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12238
12239
12240
# File 'sig/types.rbs', line 12238

def status
  @status
end