Class: Aws::Types::UpdateUserPoolDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserPoolDomainRequest
- 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.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def custom_domain_config @custom_domain_config end |
#domain ⇒ ::String
Returns the value of attribute domain.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def domain @domain end |
#managed_login_version ⇒ ::Integer
Returns the value of attribute managed_login_version.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def managed_login_version @managed_login_version end |
#routing ⇒ Types::RoutingType
Returns the value of attribute routing.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def routing @routing end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def user_pool_id @user_pool_id end |