Class: Aws::Types::CreateAccountCustomizationResponse

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.



2123
2124
2125
# File 'sig/types.rbs', line 2123

def 
  @account_customization
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def arn
  @arn
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2121
2122
2123
# File 'sig/types.rbs', line 2121

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2122
2123
2124
# File 'sig/types.rbs', line 2122

def namespace
  @namespace
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def status
  @status
end