Class: Aws::Transfer::Types::UpdateWebAppIdentityProviderDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Note:

UpdateWebAppIdentityProviderDetails is a union - when making an API calls you must set exactly one of the members.

A union that contains the UpdateWebAppIdentityCenterConfig object.

Direct Known Subclasses

IdentityCenterConfig, Unknown

Defined Under Namespace

Classes: IdentityCenterConfig, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_center_configTypes::UpdateWebAppIdentityCenterConfig

A structure that describes the values to use for the IAM Identity Center settings when you update a web app.



7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7389

class UpdateWebAppIdentityProviderDetails < Struct.new(
  :identity_center_config,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class IdentityCenterConfig < UpdateWebAppIdentityProviderDetails; end
  class Unknown < UpdateWebAppIdentityProviderDetails; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



7389
7390
7391
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 7389

def unknown
  @unknown
end