Class: Aws::EMR::Types::BootstrapActionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::BootstrapActionDetail
- 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
-
#bootstrap_action_config ⇒ Types::BootstrapActionConfig
A description of the bootstrap action.
Instance Attribute Details
#bootstrap_action_config ⇒ Types::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 |