Class: Aws::ElasticsearchService::Types::EBSOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Options to enable, disable, and specify the properties of EBS storage volumes. For more information, see Configuring EBS-based Storage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_enabledBoolean

Specifies whether EBS-based storage is enabled.

Returns:

  • (Boolean)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2184

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

Specifies the IOPS for Provisioned IOPS And GP3 EBS volume (SSD).

Returns:

  • (Integer)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2184

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#throughputInteger

Specifies the Throughput for GP3 EBS volume (SSD).

Returns:

  • (Integer)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2184

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#volume_sizeInteger

Integer to specify the size of an EBS volume.

Returns:

  • (Integer)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2184

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

Specifies the volume type for EBS-based storage.

Returns:

  • (String)


2184
2185
2186
2187
2188
2189
2190
2191
2192
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2184

class EBSOptions < Struct.new(
  :ebs_enabled,
  :volume_type,
  :volume_size,
  :iops,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end