Class: Aws::SSOAdmin::Types::DisplayData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

A structure that describes how the portal represents an application provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the application provider that appears in the portal.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1796

class DisplayData < Struct.new(
  :description,
  :display_name,
  :icon_url)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the application provider that appears in the portal.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1796

class DisplayData < Struct.new(
  :description,
  :display_name,
  :icon_url)
  SENSITIVE = []
  include Aws::Structure
end

#icon_urlString

A URL that points to an icon that represents the application provider.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1796

class DisplayData < Struct.new(
  :description,
  :display_name,
  :icon_url)
  SENSITIVE = []
  include Aws::Structure
end