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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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:



3868
3869
3870
3871
3872
3873
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3868

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)


3868
3869
3870
3871
3872
3873
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3868

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