Class: Aws::Types::CreateListingChangeSetOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateListingChangeSetOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
-
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def listing_id @listing_id end |
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def listing_revision @listing_revision end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def status @status end |