Class: Aws::Types::DescribeDomainEndpointOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDomainEndpointOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployed ⇒ Boolean
Returns the value of attribute deployed.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#deployed ⇒ Boolean
Returns the value of attribute deployed.
213 214 215 |
# File 'sig/types.rbs', line 213 def deployed @deployed end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def domain_name @domain_name end |