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

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

Instance Attribute Details

#ebs_read_bytes_per_secondString

The maximum size of read operations per second

Returns:

  • (String)


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_secondString

The maximum number of read operations per second.

Returns:

  • (String)


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_secondString

The maximum size of write operations per second.

Returns:

  • (String)


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_secondString

The maximum number of write operations per second.

Returns:

  • (String)


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