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.
2493 2494 2495 2496 2497 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2493 class UpdatedCustomDescriptorFields < Struct.new( :data) SENSITIVE = [] include Aws::Structure end |