Class: Aws::Transfer::Types::UpdateWebAppIdentityProviderDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateWebAppIdentityProviderDetails
- 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
Defined Under Namespace
Classes: IdentityCenterConfig, Unknown
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_center_config ⇒ Types::UpdateWebAppIdentityCenterConfig
A structure that describes the values to use for the IAM Identity Center settings when you update a web app.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#identity_center_config ⇒ Types::UpdateWebAppIdentityCenterConfig
A structure that describes the values to use for the IAM Identity Center settings when you update a web app.
6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6951 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 |
#unknown ⇒ Object
Returns the value of attribute unknown
6951 6952 6953 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6951 def unknown @unknown end |