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.



1967
1968
1969
1970
1971
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1967

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