Class: Aws::AgentRegistryControl::Types::UpdatedHttpDescriptorFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedHttpDescriptorFields
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The set of HTTP descriptor fields that can be individually updated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ Types::UpdatedDescriptorSource
The patch for the descriptor's source field.
Instance Attribute Details
#source ⇒ Types::UpdatedDescriptorSource
The patch for the descriptor's source field.
2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2679 class UpdatedHttpDescriptorFields < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |