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.
1812 1813 1814 1815 1816 1817 1818 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1812 class DisplayData < Struct.new( :display_name, :icon_url, :description) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the application provider that appears in the portal.
1812 1813 1814 1815 1816 1817 1818 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1812 class DisplayData < Struct.new( :display_name, :icon_url, :description) SENSITIVE = [] include Aws::Structure end |
#icon_url ⇒ String
A URL that points to an icon that represents the application provider.
1812 1813 1814 1815 1816 1817 1818 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1812 class DisplayData < Struct.new( :display_name, :icon_url, :description) SENSITIVE = [] include Aws::Structure end |