Class: Aws::Types::QueryInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_scanned::Float

Returns the value of attribute bytes_scanned.

Returns:

  • (::Float)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def bytes_scanned
  @bytes_scanned
end

#create_time::Integer

Returns the value of attribute create_time.

Returns:

  • (::Integer)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def create_time
  @create_time
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def log_group_name
  @log_group_name
end

#query_duration::Integer

Returns the value of attribute query_duration.

Returns:

  • (::Integer)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def query_duration
  @query_duration
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def query_id
  @query_id
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:

  • ("CWLI", "SQL", "PPL")


1970
1971
1972
# File 'sig/types.rbs', line 1970

def query_language
  @query_language
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


1972
1973
1974
# File 'sig/types.rbs', line 1972

def query_string
  @query_string
end

#status"Scheduled", ...

Returns the value of attribute status.

Returns:

  • ("Scheduled", "Running", "Complete", "Failed", "Cancelled", "Timeout", "Unknown")


1973
1974
1975
# File 'sig/types.rbs', line 1973

def status
  @status
end

#user_identity::String

Returns the value of attribute user_identity.

Returns:

  • (::String)


1978
1979
1980
# File 'sig/types.rbs', line 1978

def user_identity
  @user_identity
end