Class: Aws::Types::ApplicationProvider

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_provider_arn::String

Returns the value of attribute application_provider_arn.

Returns:

  • (::String)


105
106
107
# File 'sig/types.rbs', line 105

def application_provider_arn
  @application_provider_arn
end

#display_dataTypes::DisplayData

Returns the value of attribute display_data.

Returns:



107
108
109
# File 'sig/types.rbs', line 107

def display_data
  @display_data
end

#federation_protocol"SAML", "OAUTH"

Returns the value of attribute federation_protocol.

Returns:

  • ("SAML", "OAUTH")


106
107
108
# File 'sig/types.rbs', line 106

def federation_protocol
  @federation_protocol
end

#resource_server_configTypes::ResourceServerConfig

Returns the value of attribute resource_server_config.



108
109
110
# File 'sig/types.rbs', line 108

def resource_server_config
  @resource_server_config
end