Class: Aws::Types::GetAssetTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetTypeResponse
- 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.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def forms @forms end |
#id ⇒ ::String
Returns the value of attribute id.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3182 3183 3184 |
# File 'sig/types.rbs', line 3182 def name @name end |