Class: Aws::Types::DescribeQueryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_at::Time

Returns the value of attribute completed_at.

Returns:

  • (::Time)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def completed_at
  @completed_at
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def error_message
  @error_message
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def query_id
  @query_id
end

#statisticsTypes::QueryStatistics

Returns the value of attribute statistics.



1931
1932
1933
# File 'sig/types.rbs', line 1931

def statistics
  @statistics
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "RUNNING", "COMPLETED", "FAILED", "CANCELED", "CANCELING")


1928
1929
1930
# File 'sig/types.rbs', line 1928

def status
  @status
end

#submitted_at::Time

Returns the value of attribute submitted_at.

Returns:

  • (::Time)


1929
1930
1931
# File 'sig/types.rbs', line 1929

def 
  @submitted_at
end