Class: Aws::CognitoIdentityProvider::Types::AssetType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bytesString

The image file, in Base64-encoded binary.

Returns:

  • (String)


2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2389

class AssetType < Struct.new(
  :category,
  :color_mode,
  :extension,
  :bytes,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#categoryString

The category that the image corresponds to in your managed login configuration. Managed login has asset categories for different types of logos, backgrounds, and icons.

Returns:

  • (String)


2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2389

class AssetType < Struct.new(
  :category,
  :color_mode,
  :extension,
  :bytes,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#color_modeString

The display-mode target of the asset: light, dark, or browser-adaptive. For example, Amazon Cognito displays a dark-mode image only when the browser or application is in dark mode, but displays a browser-adaptive file in all contexts.

Returns:

  • (String)


2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2389

class AssetType < Struct.new(
  :category,
  :color_mode,
  :extension,
  :bytes,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#extensionString

The file type of the image file.

Returns:

  • (String)


2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2389

class AssetType < Struct.new(
  :category,
  :color_mode,
  :extension,
  :bytes,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the asset.

Returns:

  • (String)


2389
2390
2391
2392
2393
2394
2395
2396
2397
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2389

class AssetType < Struct.new(
  :category,
  :color_mode,
  :extension,
  :bytes,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end