Class: Aws::Types::StoredQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2234
2235
2236
# File 'sig/types.rbs', line 2234

def description
  @description
end

#expression::String

Returns the value of attribute expression.

Returns:

  • (::String)


2235
2236
2237
# File 'sig/types.rbs', line 2235

def expression
  @expression
end

#query_arn::String

Returns the value of attribute query_arn.

Returns:

  • (::String)


2232
2233
2234
# File 'sig/types.rbs', line 2232

def query_arn
  @query_arn
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def query_id
  @query_id
end

#query_name::String

Returns the value of attribute query_name.

Returns:

  • (::String)


2233
2234
2235
# File 'sig/types.rbs', line 2233

def query_name
  @query_name
end