Class: Aws::AgentRegistry::Types::RegistryRecordsEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::RegistryRecordsEntry
- 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
-
#record_ids ⇒ Array<String>
The record IDs to retrieve from the registry.
-
#registry_id ⇒ String
The identifier of the registry to retrieve the records from.
Instance Attribute Details
#record_ids ⇒ Array<String>
The record IDs to retrieve from the registry. You can specify 1 through 100 record IDs.
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.
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 |