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

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

#instance_arnString

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

Returns:

  • (String)


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

#roleString

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

Returns:

  • (String)


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