Class: Aws::Transfer::Types::UpdateWebAppIdentityCenterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::UpdateWebAppIdentityCenterConfig
- Defined in:
- gems/aws-sdk-transfer/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.
6934 6935 6936 6937 6938 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6934 class UpdateWebAppIdentityCenterConfig < Struct.new( :role) SENSITIVE = [] include Aws::Structure end |