Class: Aws::Types::CreateRepositoryCreationTemplateResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def registry_id
  @registry_id
end

#repository_creation_templateTypes::RepositoryCreationTemplate

Returns the value of attribute repository_creation_template.



149
150
151
# File 'sig/types.rbs', line 149

def repository_creation_template
  @repository_creation_template
end