Class: Aws::AgentRegistryControl::Types::CreateRegistryResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#registry_arnString

The ARN of the created registry

Returns:

  • (String)


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