Class: Aws::AgentRegistry::Types::RegistryRecordsEntry

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

Overview

Binds one registry to the record IDs requested from it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#record_ids ⇒ Array<String>

The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.

Returns:

  • (Array<String>)


641
642
643
644
645
646
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 641

class RegistryRecordsEntry < Struct.new(
  :registry_id,
  :record_ids)
  SENSITIVE = []
  include Aws::Structure
end

#registry_id ⇒ String

The identifier of the registry to retrieve the records from. You can provide either the full Amazon Resource Name (ARN) or the registry ID.

Returns:

  • (String)


641
642
643
644
645
646
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 641

class RegistryRecordsEntry < Struct.new(
  :registry_id,
  :record_ids)
  SENSITIVE = []
  include Aws::Structure
end