Class: Aws::AgentRegistryControl::Types::UpdatedAuthorizerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedAuthorizerConfiguration
- 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
-
#optional_value ⇒ Types::AuthorizerConfiguration
The new authorizer configuration to set.
Instance Attribute Details
#optional_value ⇒ Types::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 |