Class: Aws::Types::ListIngressPointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIngressPointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ingress_points ⇒ ::Array[Types::IngressPoint]
Returns the value of attribute ingress_points.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ingress_points ⇒ ::Array[Types::IngressPoint]
Returns the value of attribute ingress_points.
898 899 900 |
# File 'sig/types.rbs', line 898 def ingress_points @ingress_points end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
899 900 901 |
# File 'sig/types.rbs', line 899 def next_token @next_token end |