Class: Aws::EMR::Types::ListBootstrapActionsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

This input determines which bootstrap actions to retrieve.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The cluster identifier for the bootstrap actions to list.

Returns:

  • (String)


3847
3848
3849
3850
3851
3852
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3847

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

#markerString

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

Returns:

  • (String)


3847
3848
3849
3850
3851
3852
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3847

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