Class: Aws::Types::CreateRepositoryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def kms_key_id
  @kms_key_id
end

#repository_description::String

Returns the value of attribute repository_description.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def repository_description
  @repository_description
end

#repository_name::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def repository_name
  @repository_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


440
441
442
# File 'sig/types.rbs', line 440

def tags
  @tags
end