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.



2114
2115
2116
# File 'sig/types.rbs', line 2114

def 
  @account_customization
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2112
2113
2114
# File 'sig/types.rbs', line 2112

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def namespace
  @namespace
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2115
2116
2117
# File 'sig/types.rbs', line 2115

def tags
  @tags
end