Class: Aws::EMR::Types::DescribeReleaseLabelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeReleaseLabelInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Reserved for future use.
-
#next_token ⇒ String
The pagination token.
-
#release_label ⇒ String
The target release label to be described.
Instance Attribute Details
#max_results ⇒ Integer
Reserved for future use. Currently set to null.
1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-emr/types.rb', line 1521 class DescribeReleaseLabelInput < Struct.new( :release_label, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token. Reserved for future use. Currently set to null.
1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-emr/types.rb', line 1521 class DescribeReleaseLabelInput < Struct.new( :release_label, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#release_label ⇒ String
The target release label to be described.
1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-emr/types.rb', line 1521 class DescribeReleaseLabelInput < Struct.new( :release_label, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |