Class: Aws::Glue::Types::UpdateGlueIdentityCenterConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Request to update an existing Glue Identity Center configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scopesArray<String>

A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.

Returns:

  • (Array<String>)


28573
28574
28575
28576
28577
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 28573

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