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.
6044 6045 6046 |
# File 'sig/types.rbs', line 6044 def forms @forms end |
#id ⇒ ::String
Returns the value of attribute id.
6042 6043 6044 |
# File 'sig/types.rbs', line 6042 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6043 6044 6045 |
# File 'sig/types.rbs', line 6043 def name @name end |