Class: Aws::Types::SubscribedListing
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedListing
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#item ⇒ Types::SubscribedListingItem
Returns the value of attribute item.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner_project_id ⇒ ::String
Returns the value of attribute owner_project_id.
-
#owner_project_name ⇒ ::String
Returns the value of attribute owner_project_name.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
6099 6100 6101 |
# File 'sig/types.rbs', line 6099 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
6096 6097 6098 |
# File 'sig/types.rbs', line 6096 def id @id end |
#item ⇒ Types::SubscribedListingItem
Returns the value of attribute item.
6100 6101 6102 |
# File 'sig/types.rbs', line 6100 def item @item end |
#name ⇒ ::String
Returns the value of attribute name.
6098 6099 6100 |
# File 'sig/types.rbs', line 6098 def name @name end |
#owner_project_id ⇒ ::String
Returns the value of attribute owner_project_id.
6101 6102 6103 |
# File 'sig/types.rbs', line 6101 def owner_project_id @owner_project_id end |
#owner_project_name ⇒ ::String
Returns the value of attribute owner_project_name.
6102 6103 6104 |
# File 'sig/types.rbs', line 6102 def owner_project_name @owner_project_name end |
#revision ⇒ ::String
Returns the value of attribute revision.
6097 6098 6099 |
# File 'sig/types.rbs', line 6097 def revision @revision end |