Class: Aws::Types::NamedQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def database
  @database
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def name
  @name
end

#named_query_id::String

Returns the value of attribute named_query_id.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def named_query_id
  @named_query_id
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def query_string
  @query_string
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


902
903
904
# File 'sig/types.rbs', line 902

def work_group
  @work_group
end