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.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def catalog_input @catalog_input end |
#name ⇒ ::String
Returns the value of attribute name.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def @tags end |