Class: Aws::Types::ListImagePackagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListImagePackagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def image_build_version_arn @image_build_version_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def next_token @next_token end |