Class: Aws::Types::ListDbSystemShapesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def availability_zone_id
  @availability_zone_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def next_token
  @next_token
end

#shape_family::String

Returns the value of attribute shape_family.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def shape_family
  @shape_family
end