Class: Aws::Types::AssetTypeSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssetTypeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_type ⇒ ::String
Returns the value of attribute asset_type.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#asset_type ⇒ ::String
Returns the value of attribute asset_type.
189 190 191 |
# File 'sig/types.rbs', line 189 def asset_type @asset_type end |
#description ⇒ ::String
Returns the value of attribute description.
190 191 192 |
# File 'sig/types.rbs', line 190 def description @description end |