Class: Aws::Types::CreateUserPoolDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserPoolDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_domain_config ⇒ Types::CustomDomainConfigType
Returns the value of attribute custom_domain_config.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#managed_login_version ⇒ ::Integer
Returns the value of attribute managed_login_version.
-
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#custom_domain_config ⇒ Types::CustomDomainConfigType
Returns the value of attribute custom_domain_config.
712 713 714 |
# File 'sig/types.rbs', line 712 def custom_domain_config @custom_domain_config end |
#domain ⇒ ::String
Returns the value of attribute domain.
709 710 711 |
# File 'sig/types.rbs', line 709 def domain @domain end |
#managed_login_version ⇒ ::Integer
Returns the value of attribute managed_login_version.
711 712 713 |
# File 'sig/types.rbs', line 711 def managed_login_version @managed_login_version end |
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
713 714 715 |
# File 'sig/types.rbs', line 713 def routing @routing end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
710 711 712 |
# File 'sig/types.rbs', line 710 def user_pool_id @user_pool_id end |