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

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 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)


6934
6935
6936
6937
6938
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 6934

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