Class: Aws::Types::DataCatalogSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataCatalogSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
-
#connection_type ⇒ "DYNAMODB", ...
Returns the value of attribute connection_type.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "LAMBDA", ...
Returns the value of attribute type.
Instance Attribute Details
#catalog_name ⇒ ::String
Returns the value of attribute catalog_name.
273 274 275 |
# File 'sig/types.rbs', line 273 def catalog_name @catalog_name end |
#connection_type ⇒ "DYNAMODB", ...
Returns the value of attribute connection_type.
276 277 278 |
# File 'sig/types.rbs', line 276 def connection_type @connection_type end |
#error ⇒ ::String
Returns the value of attribute error.
277 278 279 |
# File 'sig/types.rbs', line 277 def error @error end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
275 276 277 |
# File 'sig/types.rbs', line 275 def status @status end |
#type ⇒ "LAMBDA", ...
Returns the value of attribute type.
274 275 276 |
# File 'sig/types.rbs', line 274 def type @type end |