Class: Aws::Types::HostedConfigurationVersions
- Inherits:
-
Object
- Object
- Aws::Types::HostedConfigurationVersions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::HostedConfigurationVersionSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::HostedConfigurationVersionSummary]
Returns the value of attribute items.
642 643 644 |
# File 'sig/types.rbs', line 642 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
643 644 645 |
# File 'sig/types.rbs', line 643 def next_token @next_token end |