Class: Aws::Types::CreateNamedQueryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def client_request_token
  @client_request_token
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def database
  @database
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def name
  @name
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def query_string
  @query_string
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def work_group
  @work_group
end