Class: Aws::Types::PutAssetTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6056
6057
6058
# File 'sig/types.rbs', line 6056

def client_token
  @client_token
end

#forms::Hash[::String, Types::AssetTypeFormReference]

Returns the value of attribute forms.

Returns:



6055
6056
6057
# File 'sig/types.rbs', line 6055

def forms
  @forms
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6054
6055
6056
# File 'sig/types.rbs', line 6054

def name
  @name
end