Class: Aws::Types::Extensions
- Inherits:
-
Object
- Object
- Aws::Types::Extensions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ExtensionSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::ExtensionSummary]
Returns the value of attribute items.
538 539 540 |
# File 'sig/types.rbs', line 538 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
539 540 541 |
# File 'sig/types.rbs', line 539 def next_token @next_token end |