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)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def client_id
  @client_id
end

#css::String

Returns the value of attribute css.

Returns:

  • (::String)


1972
1973
1974
# File 'sig/types.rbs', line 1972

def css
  @css
end

#image_file::String

Returns the value of attribute image_file.

Returns:

  • (::String)


1973
1974
1975
# File 'sig/types.rbs', line 1973

def image_file
  @image_file
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def user_pool_id
  @user_pool_id
end