Class: Aws::Types::ListDbSystemShapesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_system_shapes::Array[Types::DbSystemShapeSummary]

Returns the value of attribute db_system_shapes.

Returns:



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

def db_system_shapes
  @db_system_shapes
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end