Class: Aws::Types::SetUICustomizationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def client_id
  @client_id
end

#css::String

Returns the value of attribute css.

Returns:

  • (::String)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def css
  @css
end

#image_file::String

Returns the value of attribute image_file.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def image_file
  @image_file
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def user_pool_id
  @user_pool_id
end