Class: Aws::SSOAdmin::Types::DisplayData
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DisplayData
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#description ⇒ String
The description of the application provider that appears in the portal.
-
#display_name ⇒ String
The name of the application provider that appears in the portal.
-
#icon_url ⇒ String
A URL that points to an icon that represents the application provider.
Instance Attribute Details
#description ⇒ String
The description of the application provider that appears in the portal.
1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1796 class DisplayData < Struct.new( :description, :display_name, :icon_url) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the application provider that appears in the portal.
1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1796 class DisplayData < Struct.new( :description, :display_name, :icon_url) SENSITIVE = [] include Aws::Structure end |
#icon_url ⇒ String
A URL that points to an icon that represents the application provider.
1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1796 class DisplayData < Struct.new( :description, :display_name, :icon_url) SENSITIVE = [] include Aws::Structure end |