Class: Aws::Types::CreateUserPoolDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserPoolDomainResponse
- 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.
719 720 721 |
# File 'sig/types.rbs', line 719 def cloud_front_domain @cloud_front_domain end |
#managed_login_version ⇒ ::Integer
Returns the value of attribute managed_login_version.
718 719 720 |
# File 'sig/types.rbs', line 718 def managed_login_version @managed_login_version end |
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
720 721 722 |
# File 'sig/types.rbs', line 720 def routing @routing end |