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.



719
720
721
# File 'sig/types.rbs', line 719

def custom_domain_config
  @custom_domain_config
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


716
717
718
# File 'sig/types.rbs', line 716

def domain
  @domain
end

#managed_login_version::Integer

Returns the value of attribute managed_login_version.

Returns:

  • (::Integer)


718
719
720
# File 'sig/types.rbs', line 718

def 
  @managed_login_version
end

#routingTypes::RoutingType

Returns the value of attribute routing.

Returns:



720
721
722
# File 'sig/types.rbs', line 720

def routing
  @routing
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


717
718
719
# File 'sig/types.rbs', line 717

def user_pool_id
  @user_pool_id
end