Class: Aws::Resiliencehubv2::Types::AssessmentCost

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

Instance Attribute Details

#amountFloat

The cost amount for the assessment.

Returns:

  • (Float)


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

#currencyString

The currency of the assessment cost.

Returns:

  • (String)


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