Class: Aws::Types::CreateCatalogRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCatalogRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_input ⇒ Types::CatalogInput
Returns the value of attribute catalog_input.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#catalog_input ⇒ Types::CatalogInput
Returns the value of attribute catalog_input.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def catalog_input @catalog_input end |
#name ⇒ ::String
Returns the value of attribute name.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def @tags end |