Class: Aws::Types::DataCatalog
- Inherits:
-
Object
- Object
- Aws::Types::DataCatalog
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_type ⇒ "DYNAMODB", ...
Returns the value of attribute connection_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "LAMBDA", ...
Returns the value of attribute type.
Instance Attribute Details
#connection_type ⇒ "DYNAMODB", ...
Returns the value of attribute connection_type.
267 268 269 |
# File 'sig/types.rbs', line 267 def connection_type @connection_type end |
#description ⇒ ::String
Returns the value of attribute description.
263 264 265 |
# File 'sig/types.rbs', line 263 def description @description end |
#error ⇒ ::String
Returns the value of attribute error.
268 269 270 |
# File 'sig/types.rbs', line 268 def error @error end |
#name ⇒ ::String
Returns the value of attribute name.
262 263 264 |
# File 'sig/types.rbs', line 262 def name @name end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
265 266 267 |
# File 'sig/types.rbs', line 265 def parameters @parameters end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
266 267 268 |
# File 'sig/types.rbs', line 266 def status @status end |
#type ⇒ "LAMBDA", ...
Returns the value of attribute type.
264 265 266 |
# File 'sig/types.rbs', line 264 def type @type end |