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:



4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-emr/types.rb', line 4111

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)


4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-emr/types.rb', line 4111

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