Class: Aws::Types::CreateUserPoolDomainRequest

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.



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


711
712
713
# File 'sig/types.rbs', line 711

def 
  @managed_login_version
end

#routingTypes::RoutingType

Returns the value of attribute routing.

Returns:



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.

Returns:

  • (::String)


710
711
712
# File 'sig/types.rbs', line 710

def user_pool_id
  @user_pool_id
end