Class: Aws::Transfer::Types::IdentityCenterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::IdentityCenterConfig
- 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 create or update a web app.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.
-
#role ⇒ String
The IAM role in IAM Identity Center used for the web app.
Instance Attribute Details
#instance_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.
3561 3562 3563 3564 3565 3566 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3561 class IdentityCenterConfig < Struct.new( :instance_arn, :role) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The IAM role in IAM Identity Center used for the web app.
3561 3562 3563 3564 3565 3566 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3561 class IdentityCenterConfig < Struct.new( :instance_arn, :role) SENSITIVE = [] include Aws::Structure end |