Class: Aws::Types::DescribeEndpointTypesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEndpointTypesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#supported_endpoint_types ⇒ ::Array[Types::SupportedEndpointType]
Returns the value of attribute supported_endpoint_types.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
798 799 800 |
# File 'sig/types.rbs', line 798 def marker @marker end |
#supported_endpoint_types ⇒ ::Array[Types::SupportedEndpointType]
Returns the value of attribute supported_endpoint_types.
799 800 801 |
# File 'sig/types.rbs', line 799 def supported_endpoint_types @supported_endpoint_types end |