Class: Aws::Types::GetDataSourceIntrospectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSourceIntrospectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#introspection_id ⇒ ::String
Returns the value of attribute introspection_id.
-
#introspection_result ⇒ Types::DataSourceIntrospectionResult
Returns the value of attribute introspection_result.
-
#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.
738 739 740 |
# File 'sig/types.rbs', line 738 def introspection_id @introspection_id end |
#introspection_result ⇒ Types::DataSourceIntrospectionResult
Returns the value of attribute introspection_result.
741 742 743 |
# File 'sig/types.rbs', line 741 def introspection_result @introspection_result end |
#introspection_status ⇒ "PROCESSING", ...
Returns the value of attribute introspection_status.
739 740 741 |
# File 'sig/types.rbs', line 739 def introspection_status @introspection_status end |
#introspection_status_detail ⇒ ::String
Returns the value of attribute introspection_status_detail.
740 741 742 |
# File 'sig/types.rbs', line 740 def introspection_status_detail @introspection_status_detail end |