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)


2176
2177
2178
# File 'sig/types.rbs', line 2176

def client_id
  @client_id
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def creation_date
  @creation_date
end

#css::String

Returns the value of attribute css.

Returns:

  • (::String)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def css
  @css
end

#css_version::String

Returns the value of attribute css_version.

Returns:

  • (::String)


2179
2180
2181
# File 'sig/types.rbs', line 2179

def css_version
  @css_version
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


2177
2178
2179
# File 'sig/types.rbs', line 2177

def image_url
  @image_url
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def last_modified_date
  @last_modified_date
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


2175
2176
2177
# File 'sig/types.rbs', line 2175

def user_pool_id
  @user_pool_id
end