Class: Aws::CostExplorer::Types::EBSResourceUtilization
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::EBSResourceUtilization
- Defined in:
- gems/aws-sdk-costexplorer/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
1611 1612 1613 1614 1615 1616 1617 1618 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1611 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.
1611 1612 1613 1614 1615 1616 1617 1618 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1611 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.
1611 1612 1613 1614 1615 1616 1617 1618 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1611 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.
1611 1612 1613 1614 1615 1616 1617 1618 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1611 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 |