Class: Aws::Types::DescribeCustomDomainsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCustomDomainsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_domains ⇒ ::Array[Types::CustomDomain]
Returns the value of attribute custom_domains.
-
#dns_target ⇒ ::String
Returns the value of attribute dns_target.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#vpc_dns_targets ⇒ ::Array[Types::VpcDNSTarget]
Returns the value of attribute vpc_dns_targets.
Instance Attribute Details
#custom_domains ⇒ ::Array[Types::CustomDomain]
Returns the value of attribute custom_domains.
282 283 284 |
# File 'sig/types.rbs', line 282 def custom_domains @custom_domains end |
#dns_target ⇒ ::String
Returns the value of attribute dns_target.
280 281 282 |
# File 'sig/types.rbs', line 280 def dns_target @dns_target end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
284 285 286 |
# File 'sig/types.rbs', line 284 def next_token @next_token end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
281 282 283 |
# File 'sig/types.rbs', line 281 def service_arn @service_arn end |
#vpc_dns_targets ⇒ ::Array[Types::VpcDNSTarget]
Returns the value of attribute vpc_dns_targets.
283 284 285 |
# File 'sig/types.rbs', line 283 def vpc_dns_targets @vpc_dns_targets end |