Class: Aws::AgentRegistryControl::Types::UpdatedHttpDescriptorFields

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sourceTypes::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