Class: Aws::Types::GetListingOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetListingOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#item ⇒ Types::ListingItem
Returns the value of attribute item.
-
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
3034 3035 3036 |
# File 'sig/types.rbs', line 3034 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3036 3037 3038 |
# File 'sig/types.rbs', line 3036 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
3040 3041 3042 |
# File 'sig/types.rbs', line 3040 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
3032 3033 3034 |
# File 'sig/types.rbs', line 3032 def id @id end |
#item ⇒ Types::ListingItem
Returns the value of attribute item.
3038 3039 3040 |
# File 'sig/types.rbs', line 3038 def item @item end |
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
3033 3034 3035 |
# File 'sig/types.rbs', line 3033 def listing_revision @listing_revision end |
#name ⇒ ::String
Returns the value of attribute name.
3039 3040 3041 |
# File 'sig/types.rbs', line 3039 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
3041 3042 3043 |
# File 'sig/types.rbs', line 3041 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
3035 3036 3037 |
# File 'sig/types.rbs', line 3035 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 def updated_by @updated_by end |