Class: Aws::Glue::Types::UpdateGlueIdentityCenterConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateGlueIdentityCenterConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Request to update an existing Glue Identity Center configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scopes ⇒ Array<String>
A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.
Instance Attribute Details
#scopes ⇒ Array<String>
A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.
28581 28582 28583 28584 28585 |
# File 'lib/aws-sdk-glue/types.rb', line 28581 class UpdateGlueIdentityCenterConfigurationRequest < Struct.new( :scopes) SENSITIVE = [] include Aws::Structure end |