Class: Aws::Types::QueryObjectsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


235
236
237
# File 'sig/types.rbs', line 235

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def marker
  @marker
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def pipeline_id
  @pipeline_id
end

#queryTypes::Query

Returns the value of attribute query.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def query
  @query
end

#sphere::String

Returns the value of attribute sphere.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def sphere
  @sphere
end