Class: Aws::Route53Domains::Types::PushDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::PushDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the domain.
-
#target ⇒ String
New IPS tag for the domain.
Instance Attribute Details
#domain_name ⇒ String
Name of the domain.
2230 2231 2232 2233 2234 2235 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2230 class PushDomainRequest < Struct.new( :domain_name, :target) SENSITIVE = [] include Aws::Structure end |
#target ⇒ String
New IPS tag for the domain.
2230 2231 2232 2233 2234 2235 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2230 class PushDomainRequest < Struct.new( :domain_name, :target) SENSITIVE = [] include Aws::Structure end |