Class: Aws::Types::PutQueryDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutQueryDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def client_token @client_token end |
#log_group_names ⇒ ::Array[::String]
Returns the value of attribute log_group_names.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def log_group_names @log_group_names end |
#name ⇒ ::String
Returns the value of attribute name.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def name @name end |
#parameters ⇒ ::Array[Types::QueryParameter]
Returns the value of attribute parameters.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def parameters @parameters end |
#query_definition_id ⇒ ::String
Returns the value of attribute query_definition_id.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def query_definition_id @query_definition_id end |
#query_language ⇒ "CWLI", ...
Returns the value of attribute query_language.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def query_language @query_language end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def query_string @query_string end |