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)


1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1835

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

#display_nameString

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

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1835

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

#icon_urlString

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

Returns:

  • (String)


1835
1836
1837
1838
1839
1840
1841
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 1835

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