Class: Aws::Types::DescribeOptionGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOptionGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
Instance Attribute Details
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def engine_name @engine_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def filters @filters end |
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def major_engine_version @major_engine_version end |
#marker ⇒ ::String
Returns the value of attribute marker.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def max_records @max_records end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def option_group_name @option_group_name end |