Class: Aws::Route53GlobalResolver::Types::AssociateHostedZoneInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::AssociateHostedZoneInput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ String
The ID of the Route 53 private hosted zone to associate with the Route 53 Global Resolver resource.
-
#name ⇒ String
Name for the private hosted zone association.
-
#resource_arn ⇒ String
An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone will be associated to.
Instance Attribute Details
#hosted_zone_id ⇒ String
The ID of the Route 53 private hosted zone to associate with the Route 53 Global Resolver resource.
157 158 159 160 161 162 163 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 157 class AssociateHostedZoneInput < Struct.new( :hosted_zone_id, :resource_arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name for the private hosted zone association.
157 158 159 160 161 162 163 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 157 class AssociateHostedZoneInput < Struct.new( :hosted_zone_id, :resource_arn, :name) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone will be associated to.
157 158 159 160 161 162 163 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 157 class AssociateHostedZoneInput < Struct.new( :hosted_zone_id, :resource_arn, :name) SENSITIVE = [] include Aws::Structure end |