Class: Aws::Types::ListOriginEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListOriginEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::OriginEndpointListConfiguration]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::OriginEndpointListConfiguration]
Returns the value of attribute items.
725 726 727 |
# File 'sig/types.rbs', line 725 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
726 727 728 |
# File 'sig/types.rbs', line 726 def next_token @next_token end |