Class: Aws::Types::DescribeAccountCustomizationResponse

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.



4260
4261
4262
# File 'sig/types.rbs', line 4260

def 
  @account_customization
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4257
4258
4259
# File 'sig/types.rbs', line 4257

def arn
  @arn
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4258
4259
4260
# File 'sig/types.rbs', line 4258

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4259
4260
4261
# File 'sig/types.rbs', line 4259

def namespace
  @namespace
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4261
4262
4263
# File 'sig/types.rbs', line 4261

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4262
4263
4264
# File 'sig/types.rbs', line 4262

def status
  @status
end