Class: Aws::Types::StartDataSourceIntrospectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartDataSourceIntrospectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#introspection_id ⇒ ::String
Returns the value of attribute introspection_id.
-
#introspection_status ⇒ "PROCESSING", ...
Returns the value of attribute introspection_status.
-
#introspection_status_detail ⇒ ::String
Returns the value of attribute introspection_status_detail.
Instance Attribute Details
#introspection_id ⇒ ::String
Returns the value of attribute introspection_id.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def introspection_id @introspection_id end |
#introspection_status ⇒ "PROCESSING", ...
Returns the value of attribute introspection_status.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def introspection_status @introspection_status end |
#introspection_status_detail ⇒ ::String
Returns the value of attribute introspection_status_detail.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def introspection_status_detail @introspection_status_detail end |