Class: Aws::AgentRegistryControl::Types::UpdatedCustomDescriptorFields
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::UpdatedCustomDescriptorFields
- 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
-
#data ⇒ Types::UpdatedDescriptorData
The patch for the descriptor's data field.
Instance Attribute Details
#data ⇒ Types::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 |