Class: Aws::Types::PutAssetTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAssetTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#forms ⇒ ::Hash[::String, Types::AssetTypeFormReference]
Returns the value of attribute forms.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
6037 6038 6039 |
# File 'sig/types.rbs', line 6037 def client_token @client_token end |
#forms ⇒ ::Hash[::String, Types::AssetTypeFormReference]
Returns the value of attribute forms.
6036 6037 6038 |
# File 'sig/types.rbs', line 6036 def forms @forms end |
#name ⇒ ::String
Returns the value of attribute name.
6035 6036 6037 |
# File 'sig/types.rbs', line 6035 def name @name end |