Class: Aws::CostExplorer::Types::EBSResourceUtilization

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ebs_read_bytes_per_secondString

The maximum size of read operations per second

Returns:

  • (String)


1510
1511
1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1510

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_secondString

The maximum number of read operations per second.

Returns:

  • (String)


1510
1511
1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1510

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_secondString

The maximum size of write operations per second.

Returns:

  • (String)


1510
1511
1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1510

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_secondString

The maximum number of write operations per second.

Returns:

  • (String)


1510
1511
1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1510

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