Class: Aws::Types::DescribeOptionGroupOptionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOptionGroupOptionsMessage
- 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.
Instance Attribute Details
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def engine_name @engine_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def filters @filters end |
#major_engine_version ⇒ ::String
Returns the value of attribute major_engine_version.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def major_engine_version @major_engine_version end |
#marker ⇒ ::String
Returns the value of attribute marker.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def max_records @max_records end |