Class: Aws::CostExplorer::Types::EBSResourceUtilization
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::EBSResourceUtilization
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The EBS field that contains a list of EBS metrics that are associated with the current instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ebs_read_bytes_per_second ⇒ String
The maximum size of read operations per second.
-
#ebs_read_ops_per_second ⇒ String
The maximum number of read operations per second.
-
#ebs_write_bytes_per_second ⇒ String
The maximum size of write operations per second.
-
#ebs_write_ops_per_second ⇒ String
The maximum number of write operations per second.
Instance Attribute Details
#ebs_read_bytes_per_second ⇒ String
The maximum size of read operations per second
1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1525 class EBSResourceUtilization < Struct.new( :ebs_read_ops_per_second, :ebs_write_ops_per_second, :ebs_read_bytes_per_second, :ebs_write_bytes_per_second) SENSITIVE = [] include Aws::Structure end |
#ebs_read_ops_per_second ⇒ String
The maximum number of read operations per second.
1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1525 class EBSResourceUtilization < Struct.new( :ebs_read_ops_per_second, :ebs_write_ops_per_second, :ebs_read_bytes_per_second, :ebs_write_bytes_per_second) SENSITIVE = [] include Aws::Structure end |
#ebs_write_bytes_per_second ⇒ String
The maximum size of write operations per second.
1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1525 class EBSResourceUtilization < Struct.new( :ebs_read_ops_per_second, :ebs_write_ops_per_second, :ebs_read_bytes_per_second, :ebs_write_bytes_per_second) SENSITIVE = [] include Aws::Structure end |
#ebs_write_ops_per_second ⇒ String
The maximum number of write operations per second.
1525 1526 1527 1528 1529 1530 1531 1532 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1525 class EBSResourceUtilization < Struct.new( :ebs_read_ops_per_second, :ebs_write_ops_per_second, :ebs_read_bytes_per_second, :ebs_write_bytes_per_second) SENSITIVE = [] include Aws::Structure end |