Class: Aws::Types::DescribeRepositoryCreationTemplatesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def next_token
  @next_token
end

#registry_id::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def registry_id
  @registry_id
end

#repository_creation_templates::Array[Types::RepositoryCreationTemplate]

Returns the value of attribute repository_creation_templates.

Returns:



403
404
405
# File 'sig/types.rbs', line 403

def repository_creation_templates
  @repository_creation_templates
end