You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EMR::Types::EbsConfigurationWhen passing EbsConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
ebs_block_device_configs: [
{
volume_specification: { volume_type: "String", iops: 1,
size_in_gb: 1, },
volumes_per_instance: 1,
},
],
ebs_optimized: false,
}
The Amazon EBS configuration of a cluster instance.
Returned by:
Instance Attribute Summary collapseAn array of Amazon EBS volume specifications attached to a cluster instance.
Indicates whether an Amazon EBS volume is EBS-optimized.
An array of Amazon EBS volume specifications attached to a cluster instance.
#ebs_optimized ⇒ BooleanIndicates whether an Amazon EBS volume is EBS-optimized.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4