Class: Aws::Types::GetRelationalDatabaseBundlesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundles::Array[Types::RelationalDatabaseBundle]

Returns the value of attribute bundles.

Returns:



1938
1939
1940
# File 'sig/types.rbs', line 1938

def bundles
  @bundles
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def next_page_token
  @next_page_token
end