Class: Aws::Transfer::Types::IdentityCenterConfig

Inherits:
Struct
  • Object
show all
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 create or update a web app.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arnString

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

Returns:

  • (String)


3629
3630
3631
3632
3633
3634
# File 'lib/aws-sdk-transfer/types.rb', line 3629

class IdentityCenterConfig < Struct.new(
  :instance_arn,
  :role)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

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

Returns:

  • (String)


3629
3630
3631
3632
3633
3634
# File 'lib/aws-sdk-transfer/types.rb', line 3629

class IdentityCenterConfig < Struct.new(
  :instance_arn,
  :role)
  SENSITIVE = []
  include Aws::Structure
end