Class: Aws::Transfer::Types::UpdateWebAppIdentityCenterConfig

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 update a web app.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#roleString

The IAM role used to access IAM Identity Center.

Returns:

  • (String)


7032
7033
7034
7035
7036
# File 'lib/aws-sdk-transfer/types.rb', line 7032

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