Class: Aws::Types::DomainNameConfig
- Inherits:
-
Object
- Object
- Aws::Types::DomainNameConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#appsync_domain_name ⇒ ::String
Returns the value of attribute appsync_domain_name.
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_name_arn ⇒ ::String
Returns the value of attribute domain_name_arn.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#appsync_domain_name ⇒ ::String
Returns the value of attribute appsync_domain_name.
572 573 574 |
# File 'sig/types.rbs', line 572 def appsync_domain_name @appsync_domain_name end |
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def certificate_arn @certificate_arn end |
#description ⇒ ::String
Returns the value of attribute description.
570 571 572 |
# File 'sig/types.rbs', line 570 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
569 570 571 |
# File 'sig/types.rbs', line 569 def domain_name @domain_name end |
#domain_name_arn ⇒ ::String
Returns the value of attribute domain_name_arn.
575 576 577 |
# File 'sig/types.rbs', line 575 def domain_name_arn @domain_name_arn end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
573 574 575 |
# File 'sig/types.rbs', line 573 def hosted_zone_id @hosted_zone_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
574 575 576 |
# File 'sig/types.rbs', line 574 def @tags end |