Class: Aws::EMR::Types::BootstrapActionDetail

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

Overview

Reports the configuration of a bootstrap action in a cluster (job flow).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bootstrap_action_configTypes::BootstrapActionConfig

A description of the bootstrap action.



428
429
430
431
432
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 428

class BootstrapActionDetail < Struct.new(
  :bootstrap_action_config)
  SENSITIVE = []
  include Aws::Structure
end