Class: Aws::Transfer::Types::DescribedIdentityCenterConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.

Returns:

  • (String)


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

#roleString

The IAM role in IAM Identity Center used for the web app.

Returns:

  • (String)


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