Class: Aws::Transfer::Types::UpdateWebAppIdentityCenterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateWebAppIdentityCenterConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
A structure that describes the values to use for the IAM Identity Center settings when you update a web app.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role ⇒ String
The IAM role used to access IAM Identity Center.
Instance Attribute Details
#role ⇒ String
The IAM role used to access IAM Identity Center.
7032 7033 7034 7035 7036 |
# File 'lib/aws-sdk-transfer/types.rb', line 7032 class UpdateWebAppIdentityCenterConfig < Struct.new( :role) SENSITIVE = [] include Aws::Structure end |