Class: Aws::Types::GetDataSourceIntrospectionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#introspection_id::String

Returns the value of attribute introspection_id.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def introspection_id
  @introspection_id
end

#introspection_resultTypes::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.

Returns:

  • ("PROCESSING", "FAILED", "SUCCESS")


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.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def introspection_status_detail
  @introspection_status_detail
end