Class: Aws::Types::GenerateQueryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_store_owner_account_id::String

Returns the value of attribute event_data_store_owner_account_id.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def 
  @event_data_store_owner_account_id
end

#query_alias::String

Returns the value of attribute query_alias.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def query_alias
  @query_alias
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def query_statement
  @query_statement
end