Class: Aws::Types::QueryDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified::Integer

Returns the value of attribute last_modified.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1961
1962
1963
# File 'sig/types.rbs', line 1961

def name
  @name
end

#parameters::Array[Types::QueryParameter]

Returns the value of attribute parameters.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def query_string
  @query_string
end