Class: Aws::Types::UpdateUserPoolDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domain_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2342
2343
2344
# File 'sig/types.rbs', line 2342

def 
  @managed_login_version
end

#routingTypes::RoutingType

Returns the value of attribute routing.

Returns:



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.

Returns:

  • (::String)


2341
2342
2343
# File 'sig/types.rbs', line 2341

def user_pool_id
  @user_pool_id
end