Class: Aws::EMR::Types::ListReleaseLabelsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListReleaseLabelsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Used to paginate the next page of results if specified in the next ‘ListReleaseLabels` request.
-
#release_labels ⇒ Array<String>
The returned release labels.
Instance Attribute Details
#next_token ⇒ String
Used to paginate the next page of results if specified in the next ‘ListReleaseLabels` request.
4248 4249 4250 4251 4252 4253 |
# File 'lib/aws-sdk-emr/types.rb', line 4248 class ListReleaseLabelsOutput < Struct.new( :release_labels, :next_token) SENSITIVE = [] include Aws::Structure end |
#release_labels ⇒ Array<String>
The returned release labels.
4248 4249 4250 4251 4252 4253 |
# File 'lib/aws-sdk-emr/types.rb', line 4248 class ListReleaseLabelsOutput < Struct.new( :release_labels, :next_token) SENSITIVE = [] include Aws::Structure end |