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.
6063 6064 6065 |
# File 'sig/types.rbs', line 6063 def forms @forms end |
#id ⇒ ::String
Returns the value of attribute id.
6061 6062 6063 |
# File 'sig/types.rbs', line 6061 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6062 6063 6064 |
# File 'sig/types.rbs', line 6062 def name @name end |