Class: Aws::Types::ListingSummary
- Inherits:
-
Object
- Object
- Aws::Types::ListingSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute glossary_terms.
-
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
-
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
Instance Attribute Details
#glossary_terms ⇒ ::Array[Types::DetailedGlossaryTerm]
Returns the value of attribute glossary_terms.
4443 4444 4445 |
# File 'sig/types.rbs', line 4443 def glossary_terms @glossary_terms end |
#listing_id ⇒ ::String
Returns the value of attribute listing_id.
4441 4442 4443 |
# File 'sig/types.rbs', line 4441 def listing_id @listing_id end |
#listing_revision ⇒ ::String
Returns the value of attribute listing_revision.
4442 4443 4444 |
# File 'sig/types.rbs', line 4442 def listing_revision @listing_revision end |