Class: Aws::Types::UpdateUserPoolDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserPoolDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_front_domain ⇒ ::String
Returns the value of attribute cloud_front_domain.
-
#managed_login_version ⇒ ::Integer
Returns the value of attribute managed_login_version.
-
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
Instance Attribute Details
#cloud_front_domain ⇒ ::String
Returns the value of attribute cloud_front_domain.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def cloud_front_domain @cloud_front_domain end |
#managed_login_version ⇒ ::Integer
Returns the value of attribute managed_login_version.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def managed_login_version @managed_login_version end |
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def routing @routing end |