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

#delivery_s3_uri::String

Returns the value of attribute delivery_s3_uri.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def delivery_s3_uri
  @delivery_s3_uri
end

#delivery_status"SUCCESS", ...

Returns the value of attribute delivery_status.

Returns:

  • ("SUCCESS", "FAILED", "FAILED_SIGNING_FILE", "PENDING", "RESOURCE_NOT_FOUND", "ACCESS_DENIED", "ACCESS_DENIED_SIGNING_FILE", "CANCELLED", "UNKNOWN")


302
303
304
# File 'sig/types.rbs', line 302

def delivery_status
  @delivery_status
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def error_message
  @error_message
end

#event_data_store_owner_account_id::String

Returns the value of attribute event_data_store_owner_account_id.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def 
  @event_data_store_owner_account_id
end

#prompt::String

Returns the value of attribute prompt.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def prompt
  @prompt
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def query_id
  @query_id
end

#query_statisticsTypes::QueryStatisticsForDescribeQuery

Returns the value of attribute query_statistics.



299
300
301
# File 'sig/types.rbs', line 299

def query_statistics
  @query_statistics
end

#query_status"QUEUED", ...

Returns the value of attribute query_status.

Returns:

  • ("QUEUED", "RUNNING", "FINISHED", "FAILED", "CANCELLED", "TIMED_OUT")


298
299
300
# File 'sig/types.rbs', line 298

def query_status
  @query_status
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def query_string
  @query_string
end