Class: Aws::Types::UpdateCatalogRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCatalogRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#catalog_input ⇒ Types::CatalogInput
Returns the value of attribute catalog_input.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
7838 7839 7840 |
# File 'sig/types.rbs', line 7838 def catalog_id @catalog_id end |
#catalog_input ⇒ Types::CatalogInput
Returns the value of attribute catalog_input.
7839 7840 7841 |
# File 'sig/types.rbs', line 7839 def catalog_input @catalog_input end |