Class: Aws::Transfer::Types::DescribedIdentityCenterConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribedIdentityCenterConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
A structure that contains the details of the IAM Identity Center used for your web app. Returned during a call to ‘DescribeWebApp`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.
-
#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
#application_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.
2609 2610 2611 2612 2613 2614 2615 |
# File 'lib/aws-sdk-transfer/types.rb', line 2609 class DescribedIdentityCenterConfig < Struct.new( :application_arn, :instance_arn, :role) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.
2609 2610 2611 2612 2613 2614 2615 |
# File 'lib/aws-sdk-transfer/types.rb', line 2609 class DescribedIdentityCenterConfig < Struct.new( :application_arn, :instance_arn, :role) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The IAM role in IAM Identity Center used for the web app.
2609 2610 2611 2612 2613 2614 2615 |
# File 'lib/aws-sdk-transfer/types.rb', line 2609 class DescribedIdentityCenterConfig < Struct.new( :application_arn, :instance_arn, :role) SENSITIVE = [] include Aws::Structure end |