Class: Aws::Types::QueryDefinition

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified::Integer

Returns the value of attribute last_modified.



1965
1966
1967
# File 'sig/types.rbs', line 1965

def last_modified
  @last_modified
end

#log_group_names::Array[::String]

Returns the value of attribute log_group_names.



1966
1967
1968
# File 'sig/types.rbs', line 1966

def log_group_names
  @log_group_names
end

#name::String

Returns the value of attribute name.



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

def name
  @name
end

#parameters::Array[Types::QueryParameter]

Returns the value of attribute parameters.



1967
1968
1969
# File 'sig/types.rbs', line 1967

def parameters
  @parameters
end

#query_definition_id::String

Returns the value of attribute query_definition_id.



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

def query_definition_id
  @query_definition_id
end

#query_language"CWLI", ...

Returns the value of attribute query_language.



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

def query_language
  @query_language
end

#query_string::String

Returns the value of attribute query_string.



1964
1965
1966
# File 'sig/types.rbs', line 1964

def query_string
  @query_string
end