Class: Aws::Types::ListDbSystemShapesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDbSystemShapesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#shape_family ⇒ ::String
Returns the value of attribute shape_family.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
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.
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.
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.
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.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def shape_family @shape_family end |