Class: Aws::Types::UpdateNamedQueryInput

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)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def name
  @name
end

#named_query_id::String

Returns the value of attribute named_query_id.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def named_query_id
  @named_query_id
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def query_string
  @query_string
end