Class: Aws::Types::DescribeEndpointSettingsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointSettingsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_name ⇒ ::String
Returns the value of attribute engine_name.
-
#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.
778 779 780 |
# File 'sig/types.rbs', line 778 def engine_name @engine_name end |
#marker ⇒ ::String
Returns the value of attribute marker.
780 781 782 |
# File 'sig/types.rbs', line 780 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
779 780 781 |
# File 'sig/types.rbs', line 779 def max_records @max_records end |