Class: Aws::Types::UICustomizationType

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)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def client_id
  @client_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def creation_date
  @creation_date
end

#css::String

Returns the value of attribute css.

Returns:

  • (::String)


2146
2147
2148
# File 'sig/types.rbs', line 2146

def css
  @css
end

#css_version::String

Returns the value of attribute css_version.

Returns:

  • (::String)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def css_version
  @css_version
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


2145
2146
2147
# File 'sig/types.rbs', line 2145

def image_url
  @image_url
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def last_modified_date
  @last_modified_date
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def user_pool_id
  @user_pool_id
end