Class: Aws::Types::ListImageBuildVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListImageBuildVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_summary_list ⇒ ::Array[Types::ImageSummary]
Returns the value of attribute image_summary_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_summary_list ⇒ ::Array[Types::ImageSummary]
Returns the value of attribute image_summary_list.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def image_summary_list @image_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def request_id @request_id end |