Class: Aws::AgentRegistryControl::Types::UpdatedCustomDescriptorFields

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistrycontrol/types.rb

Overview

The set of custom descriptor fields that can be individually updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataTypes::UpdatedDescriptorData

The patch for the descriptor's data field.



1998
1999
2000
2001
2002
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1998

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