Class: Aws::Route53Domains::Types::Consent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::Consent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Customer's consent for the owner change request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#currency ⇒ String
Currency for the
MaxPrice. -
#max_price ⇒ Float
Maximum amount the customer agreed to accept.
Instance Attribute Details
#currency ⇒ String
Currency for the MaxPrice.
366 367 368 369 370 371 |
# File 'lib/aws-sdk-route53domains/types.rb', line 366 class Consent < Struct.new( :max_price, :currency) SENSITIVE = [] include Aws::Structure end |
#max_price ⇒ Float
Maximum amount the customer agreed to accept.
366 367 368 369 370 371 |
# File 'lib/aws-sdk-route53domains/types.rb', line 366 class Consent < Struct.new( :max_price, :currency) SENSITIVE = [] include Aws::Structure end |