Class: Aws::Route53Domains::Types::PushDomainRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53domains/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain.

Returns:

  • (String)


2240
2241
2242
2243
2244
2245
# File 'lib/aws-sdk-route53domains/types.rb', line 2240

class PushDomainRequest < Struct.new(
  :domain_name,
  :target)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

New IPS tag for the domain.

Returns:

  • (String)


2240
2241
2242
2243
2244
2245
# File 'lib/aws-sdk-route53domains/types.rb', line 2240

class PushDomainRequest < Struct.new(
  :domain_name,
  :target)
  SENSITIVE = []
  include Aws::Structure
end