Class: Aws::EMR::Types::ListBootstrapActionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListBootstrapActionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
This input determines which bootstrap actions to retrieve.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The cluster identifier for the bootstrap actions to list.
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#cluster_id ⇒ String
The cluster identifier for the bootstrap actions to list.
3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-emr/types.rb', line 3890 class ListBootstrapActionsInput < Struct.new( :cluster_id, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
3890 3891 3892 3893 3894 3895 |
# File 'lib/aws-sdk-emr/types.rb', line 3890 class ListBootstrapActionsInput < Struct.new( :cluster_id, :marker) SENSITIVE = [] include Aws::Structure end |