Method: Aws::EMR::Types::InstanceTypeConfig#ebs_configuration
- Defined in:
- lib/aws-sdk-emr/types.rb
#ebs_configuration ⇒ Types::EbsConfiguration
The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by InstanceType.
3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 |
# File 'lib/aws-sdk-emr/types.rb', line 3522 class InstanceTypeConfig < Struct.new( :instance_type, :weighted_capacity, :bid_price, :bid_price_as_percentage_of_on_demand_price, :ebs_configuration, :configurations, :custom_ami_id, :priority) SENSITIVE = [] include Aws::Structure end |