Class: Aws::Types::AssetListingDetails
- Inherits:
-
Object
- Object
- Aws::Types::AssetListingDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
-
#listing_status ⇒ "CREATING", ...
Returns the value of attribute listing_status.
Instance Attribute Details
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
283 284 285 |
# File 'sig/types.rbs', line 283 def listing_id @listing_id end |
#listing_status ⇒ "CREATING", ...
Returns the value of attribute listing_status.
284 285 286 |
# File 'sig/types.rbs', line 284 def listing_status @listing_status end |