Class: Aws::Types::PutRepositoryCatalogDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRepositoryCatalogDataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_data ⇒ Types::RepositoryCatalogDataInput
Returns the value of attribute catalog_data.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
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.
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.
366 367 368 |
# File 'sig/types.rbs', line 366 def repository_name @repository_name end |