Class: Aws::AgentRegistryControl::Types::UpdatedAuthorizerConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistrycontrol/types.rb

Overview

Wrapper for updating an optional authorizer configuration with PATCH semantics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optional_valueTypes::AuthorizerConfiguration

The new authorizer configuration to set. Omit to leave the existing configuration unchanged.



2443
2444
2445
2446
2447
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2443

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