Class: Aws::AgentRegistry::Types::CustomDescriptor

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

Overview

Custom descriptor for user-defined content

Constant Summary collapse

SENSITIVE =
[:data]

Instance Attribute Summary collapse

Instance Attribute Details

#dataString

The custom descriptor content, serialized as descriptor payload data.

Returns:

  • (String)


195
196
197
198
199
# File 'lib/aws-sdk-agentregistry/types.rb', line 195

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