Class: Aws::Types::UpdateDomainEndpointOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDomainEndpointOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_endpoint_options ⇒ Types::DomainEndpointOptions
Returns the value of attribute domain_endpoint_options.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#domain_endpoint_options ⇒ Types::DomainEndpointOptions
Returns the value of attribute domain_endpoint_options.
537 538 539 |
# File 'sig/types.rbs', line 537 def @domain_endpoint_options end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
536 537 538 |
# File 'sig/types.rbs', line 536 def domain_name @domain_name end |