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.
726 727 728 |
# File 'sig/types.rbs', line 726 def cloud_front_domain @cloud_front_domain end |
#managed_login_version ⇒ ::Integer
Returns the value of attribute managed_login_version.
725 726 727 |
# File 'sig/types.rbs', line 725 def managed_login_version @managed_login_version end |
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
727 728 729 |
# File 'sig/types.rbs', line 727 def routing @routing end |