Class: Aws::Types::ListDatabasesRequest

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)


255
256
257
# File 'sig/types.rbs', line 255

def cluster_identifier
  @cluster_identifier
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def db_user
  @db_user
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


260
261
262
# File 'sig/types.rbs', line 260

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def next_token
  @next_token
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def secret_arn
  @secret_arn
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def workgroup_name
  @workgroup_name
end