Class: Aws::Types::PackagingConfigurationList
- Inherits:
-
Object
- Object
- Aws::Types::PackagingConfigurationList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#packaging_configurations ⇒ ::Array[Types::PackagingConfiguration]
Returns the value of attribute packaging_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
413 414 415 |
# File 'sig/types.rbs', line 413 def next_token @next_token end |
#packaging_configurations ⇒ ::Array[Types::PackagingConfiguration]
Returns the value of attribute packaging_configurations.
414 415 416 |
# File 'sig/types.rbs', line 414 def packaging_configurations @packaging_configurations end |