Class: Aws::Types::GetListingInput
- Inherits:
-
Object
- Object
- Aws::Types::GetListingInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
3024 3025 3026 |
# File 'sig/types.rbs', line 3024 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
3025 3026 3027 |
# File 'sig/types.rbs', line 3025 def identifier @identifier end |
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def listing_revision @listing_revision end |