Class: Aws::Types::PutRepositoryCatalogDataRequest

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.



367
368
369
# File 'sig/types.rbs', line 367

def catalog_data
  @catalog_data
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def registry_id
  @registry_id
end

#repository_name ⇒ ::String

Returns the value of attribute repository_name.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def repository_name
  @repository_name
end