Class: Aws::EMR::Types::ListBootstrapActionsOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bootstrap_actionsArray<Types::Command>

The bootstrap actions associated with the cluster.

Returns:



3882
3883
3884
3885
3886
3887
# File 'lib/aws-sdk-emr/types.rb', line 3882

class ListBootstrapActionsOutput < Struct.new(
  :bootstrap_actions,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


3882
3883
3884
3885
3886
3887
# File 'lib/aws-sdk-emr/types.rb', line 3882

class ListBootstrapActionsOutput < Struct.new(
  :bootstrap_actions,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end