Class: Aws::Types::UpdateUserPoolDomainRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domain_configTypes::CustomDomainConfigType

Returns the value of attribute custom_domain_config.



2375
2376
2377
# File 'sig/types.rbs', line 2375

def custom_domain_config
  @custom_domain_config
end

#domain::String

Returns the value of attribute domain.



2372
2373
2374
# File 'sig/types.rbs', line 2372

def domain
  @domain
end

#managed_login_version::Integer

Returns the value of attribute managed_login_version.



2374
2375
2376
# File 'sig/types.rbs', line 2374

def 
  
end

#routingTypes::RoutingType

Returns the value of attribute routing.



2376
2377
2378
# File 'sig/types.rbs', line 2376

def routing
  @routing
end

#user_pool_id::String

Returns the value of attribute user_pool_id.



2373
2374
2375
# File 'sig/types.rbs', line 2373

def user_pool_id
  @user_pool_id
end