Class: Aws::Transfer::Types::WebAppIdentityProviderDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::WebAppIdentityProviderDetails
- Includes:
- Structure, Structure::Union
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Note:
WebAppIdentityProviderDetails is a union - when making an API calls you must set exactly one of the members.
A union that contains the ‘IdentityCenterConfig` object.
Direct Known Subclasses
Defined Under Namespace
Classes: IdentityCenterConfig, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_center_config ⇒ Types::IdentityCenterConfig
A structure that describes the values to use for the IAM Identity Center settings when you create a web app.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#identity_center_config ⇒ Types::IdentityCenterConfig
A structure that describes the values to use for the IAM Identity Center settings when you create a web app.
7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 |
# File 'lib/aws-sdk-transfer/types.rb', line 7399 class WebAppIdentityProviderDetails < Struct.new( :identity_center_config, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class IdentityCenterConfig < WebAppIdentityProviderDetails; end class Unknown < WebAppIdentityProviderDetails; end end |
#unknown ⇒ Object
Returns the value of attribute unknown
7399 7400 7401 |
# File 'lib/aws-sdk-transfer/types.rb', line 7399 def unknown @unknown end |