Class: Aws::AgentRegistryControl::Types::CreateRegistryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::CreateRegistryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
Response structure for creating a registry
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_arn ⇒ String
The ARN of the created registry.
Instance Attribute Details
#registry_arn ⇒ String
The ARN of the created registry
355 356 357 358 359 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 355 class CreateRegistryResponse < Struct.new( :registry_arn) SENSITIVE = [] include Aws::Structure end |