Class: Aws::Resiliencehubv2::Types::AssessmentCost
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::AssessmentCost
- Includes:
- Structure
- Defined in:
- 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.
169 170 171 172 173 174 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 169 class AssessmentCost < Struct.new( :amount, :currency) SENSITIVE = [] include Aws::Structure end |
#currency ⇒ String
The currency of the assessment cost.
169 170 171 172 173 174 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 169 class AssessmentCost < Struct.new( :amount, :currency) SENSITIVE = [] include Aws::Structure end |