Class: Aws::DevOpsGuru::Types::ServiceResourceCost
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ServiceResourceCost
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
An object that contains information about the estimated monthly cost to analyze an Amazon Web Services resource. For more information, see
- Estimate your Amazon DevOps Guru costs][1
-
and [Amazon DevOps Guru
[1]: docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html [2]: aws.amazon.com/devops-guru/pricing/
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost ⇒ Float
The total estimated monthly cost to analyze the active resources for this resource.
-
#count ⇒ Integer
The number of active resources analyzed for this service to create a monthly cost estimate.
-
#state ⇒ String
The state of the resource.
-
#type ⇒ String
The type of the Amazon Web Services resource.
-
#unit_cost ⇒ Float
The price per hour to analyze the resources in the service.
Instance Attribute Details
#cost ⇒ Float
The total estimated monthly cost to analyze the active resources for this resource.
4371 4372 4373 4374 4375 4376 4377 4378 4379 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4371 class ServiceResourceCost < Struct.new( :type, :state, :count, :unit_cost, :cost) SENSITIVE = [] include Aws::Structure end |
#count ⇒ Integer
The number of active resources analyzed for this service to create a monthly cost estimate.
4371 4372 4373 4374 4375 4376 4377 4378 4379 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4371 class ServiceResourceCost < Struct.new( :type, :state, :count, :unit_cost, :cost) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the resource. The resource is ‘ACTIVE` if it produces metrics, events, or logs within an hour, otherwise it is `INACTIVE`. You pay for the number of active Amazon Web Services resource hours analyzed for each resource. Inactive resources are not charged.
4371 4372 4373 4374 4375 4376 4377 4378 4379 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4371 class ServiceResourceCost < Struct.new( :type, :state, :count, :unit_cost, :cost) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the Amazon Web Services resource.
4371 4372 4373 4374 4375 4376 4377 4378 4379 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4371 class ServiceResourceCost < Struct.new( :type, :state, :count, :unit_cost, :cost) SENSITIVE = [] include Aws::Structure end |
#unit_cost ⇒ Float
The price per hour to analyze the resources in the service. For more information, see [Estimate your Amazon DevOps Guru costs] and [Amazon DevOps Guru pricing].
[1]: docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html [2]: aws.amazon.com/devops-guru/pricing/
4371 4372 4373 4374 4375 4376 4377 4378 4379 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4371 class ServiceResourceCost < Struct.new( :type, :state, :count, :unit_cost, :cost) SENSITIVE = [] include Aws::Structure end |