Class: Aws::Types::QueryInfo
- Inherits:
-
Object
- Object
- Aws::Types::QueryInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_scanned ⇒ ::Float
Returns the value of attribute bytes_scanned.
-
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#query_duration ⇒ ::Integer
Returns the value of attribute query_duration.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#status ⇒ "Scheduled", ...
Returns the value of attribute status.
-
#user_identity ⇒ ::String
Returns the value of attribute user_identity.
Instance Attribute Details
#bytes_scanned ⇒ ::Float
Returns the value of attribute bytes_scanned.
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.
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.
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.
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.
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.
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.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def query_string @query_string end |
#status ⇒ "Scheduled", ...
Returns the value of attribute status.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def status @status end |
#user_identity ⇒ ::String
Returns the value of attribute user_identity.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def user_identity @user_identity end |