Class: Aws::Types::PutQueryDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def client_token
  @client_token
end

#log_group_names::Array[::String]

Returns the value of attribute log_group_names.

Returns:

  • (::Array[::String])


1880
1881
1882
# File 'sig/types.rbs', line 1880

def log_group_names
  @log_group_names
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1878
1879
1880
# File 'sig/types.rbs', line 1878

def name
  @name
end

#parameters::Array[Types::QueryParameter]

Returns the value of attribute parameters.

Returns:



1883
1884
1885
# File 'sig/types.rbs', line 1883

def parameters
  @parameters
end

#query_definition_id::String

Returns the value of attribute query_definition_id.

Returns:

  • (::String)


1879
1880
1881
# File 'sig/types.rbs', line 1879

def query_definition_id
  @query_definition_id
end

#query_language"CWLI", ...

Returns the value of attribute query_language.

Returns:

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


1877
1878
1879
# File 'sig/types.rbs', line 1877

def query_language
  @query_language
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


1881
1882
1883
# File 'sig/types.rbs', line 1881

def query_string
  @query_string
end