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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-agentregistrycontrol/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_value ⇒ Types::AuthorizerConfiguration

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



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

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