Class: Aws::Types::ListImagePackagesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListImagePackagesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_package_list ⇒ ::Array[Types::ImagePackage]
Returns the value of attribute image_package_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#image_package_list ⇒ ::Array[Types::ImagePackage]
Returns the value of attribute image_package_list.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def image_package_list @image_package_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def request_id @request_id end |