Class: Aws::Resiliencehubv2::Types::AssessmentCost
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::AssessmentCost
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Represents the cost of running a failure mode assessment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amount ⇒ Float
The cost amount for the assessment.
-
#currency ⇒ String
The currency of the assessment cost.
Instance Attribute Details
#amount ⇒ Float
The cost amount for the assessment.
163 164 165 166 167 168 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 163 class AssessmentCost < Struct.new( :amount, :currency) SENSITIVE = [] include Aws::Structure end |
#currency ⇒ String
The currency of the assessment cost.
163 164 165 166 167 168 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 163 class AssessmentCost < Struct.new( :amount, :currency) SENSITIVE = [] include Aws::Structure end |