Class: Aws::Types::DescribeApplicationProviderResponse

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)


416
417
418
# File 'sig/types.rbs', line 416

def application_provider_arn
  @application_provider_arn
end

#display_dataTypes::DisplayData

Returns the value of attribute display_data.

Returns:



418
419
420
# File 'sig/types.rbs', line 418

def display_data
  @display_data
end

#federation_protocol"SAML", "OAUTH"

Returns the value of attribute federation_protocol.

Returns:

  • ("SAML", "OAUTH")


417
418
419
# File 'sig/types.rbs', line 417

def federation_protocol
  @federation_protocol
end

#resource_server_configTypes::ResourceServerConfig

Returns the value of attribute resource_server_config.



419
420
421
# File 'sig/types.rbs', line 419

def resource_server_config
  @resource_server_config
end