Class: Aws::EMR::Types::ListBootstrapActionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ListBootstrapActionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
This output contains the bootstrap actions detail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bootstrap_actions ⇒ Array<Types::Command>
The bootstrap actions associated with the cluster.
-
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
Instance Attribute Details
#bootstrap_actions ⇒ Array<Types::Command>
The bootstrap actions associated with the cluster.
3910 3911 3912 3913 3914 3915 |
# File 'lib/aws-sdk-emr/types.rb', line 3910 class ListBootstrapActionsOutput < Struct.new( :bootstrap_actions, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
The pagination token that indicates the next set of results to retrieve.
3910 3911 3912 3913 3914 3915 |
# File 'lib/aws-sdk-emr/types.rb', line 3910 class ListBootstrapActionsOutput < Struct.new( :bootstrap_actions, :marker) SENSITIVE = [] include Aws::Structure end |