Class: Aws::Types::CreateAccountCustomizationRequest

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.



2033
2034
2035
# File 'sig/types.rbs', line 2033

def 
  @account_customization
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def namespace
  @namespace
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2034
2035
2036
# File 'sig/types.rbs', line 2034

def tags
  @tags
end