Class: Aws::Types::CreateRepositoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_data ⇒ Types::RepositoryCatalogDataInput

Returns the value of attribute catalog_data.



61
62
63
# File 'sig/types.rbs', line 61

def catalog_data
  @catalog_data
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def repository_name
  @repository_name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



62
63
64
# File 'sig/types.rbs', line 62

def tags
  @tags
end