Class: Aws::Types::ListOriginEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListOriginEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#origin_endpoints ⇒ ::Array[Types::OriginEndpoint]
Returns the value of attribute origin_endpoints.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
432 433 434 |
# File 'sig/types.rbs', line 432 def next_token @next_token end |
#origin_endpoints ⇒ ::Array[Types::OriginEndpoint]
Returns the value of attribute origin_endpoints.
433 434 435 |
# File 'sig/types.rbs', line 433 def origin_endpoints @origin_endpoints end |