Class: Aws::Types::QueryDefinition
- Inherits:
-
Object
- Object
- Aws::Types::QueryDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified ⇒ ::Integer
Returns the value of attribute last_modified.
-
#log_group_names ⇒ ::Array[::String]
Returns the value of attribute log_group_names.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Array[Types::QueryParameter]
Returns the value of attribute parameters.
-
#query_definition_id ⇒ ::String
Returns the value of attribute query_definition_id.
-
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
Instance Attribute Details
#last_modified ⇒ ::Integer
Returns the value of attribute last_modified.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def last_modified @last_modified end |
#log_group_names ⇒ ::Array[::String]
Returns the value of attribute log_group_names.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def log_group_names @log_group_names end |
#name ⇒ ::String
Returns the value of attribute name.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def name @name end |
#parameters ⇒ ::Array[Types::QueryParameter]
Returns the value of attribute parameters.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def parameters @parameters end |
#query_definition_id ⇒ ::String
Returns the value of attribute query_definition_id.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def query_definition_id @query_definition_id end |
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def query_language @query_language end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def query_string @query_string end |