Class: Aws::AgentRegistryControl::Types::GetRegistryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::GetRegistryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Request structure for getting a registry
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_id ⇒ String
The identifier of the registry to retrieve (ARN or ID).
Instance Attribute Details
#registry_id ⇒ String
The identifier of the registry to retrieve (ARN or ID)
696 697 698 699 700 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 696 class GetRegistryRequest < Struct.new( :registry_id) SENSITIVE = [] include Aws::Structure end |