Class: Aws::Types::ListSchemasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def cluster_identifier
  @cluster_identifier
end

#connected_database::String

Returns the value of attribute connected_database.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def connected_database
  @connected_database
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def db_user
  @db_user
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


279
280
281
# File 'sig/types.rbs', line 279

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def next_token
  @next_token
end

#schema_pattern::String

Returns the value of attribute schema_pattern.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def schema_pattern
  @schema_pattern
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def secret_arn
  @secret_arn
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def workgroup_name
  @workgroup_name
end