Class: Aws::Types::DescribeEndpointSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_settings ⇒ ::Array[Types::EndpointSetting]
Returns the value of attribute endpoint_settings.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#endpoint_settings ⇒ ::Array[Types::EndpointSetting]
Returns the value of attribute endpoint_settings.
786 787 788 |
# File 'sig/types.rbs', line 786 def endpoint_settings @endpoint_settings end |
#marker ⇒ ::String
Returns the value of attribute marker.
785 786 787 |
# File 'sig/types.rbs', line 785 def marker @marker end |