Class: Aws::Types::PutAssetTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutAssetTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forms ⇒ ::Hash[::String, Types::AssetTypeFormReference]
Returns the value of attribute forms.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#forms ⇒ ::Hash[::String, Types::AssetTypeFormReference]
Returns the value of attribute forms.
6073 6074 6075 |
# File 'sig/types.rbs', line 6073 def forms @forms end |
#id ⇒ ::String
Returns the value of attribute id.
6071 6072 6073 |
# File 'sig/types.rbs', line 6071 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6072 6073 6074 |
# File 'sig/types.rbs', line 6072 def name @name end |