Class: Aws::Route53Domains::Types::Consent

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

Instance Attribute Details

#currencyString

Currency for the ‘MaxPrice`.

Returns:

  • (String)


365
366
367
368
369
370
# File 'lib/aws-sdk-route53domains/types.rb', line 365

class Consent < Struct.new(
  :max_price,
  :currency)
  SENSITIVE = []
  include Aws::Structure
end

#max_priceFloat

Maximum amount the customer agreed to accept.

Returns:

  • (Float)


365
366
367
368
369
370
# File 'lib/aws-sdk-route53domains/types.rb', line 365

class Consent < Struct.new(
  :max_price,
  :currency)
  SENSITIVE = []
  include Aws::Structure
end