Class: Aws::Types::DescribeAccessPointsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccessPointsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_descriptions ⇒ ::Array[Types::LoadBalancerDescription]
Returns the value of attribute load_balancer_descriptions.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#load_balancer_descriptions ⇒ ::Array[Types::LoadBalancerDescription]
Returns the value of attribute load_balancer_descriptions.
216 217 218 |
# File 'sig/types.rbs', line 216 def load_balancer_descriptions @load_balancer_descriptions end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
217 218 219 |
# File 'sig/types.rbs', line 217 def next_marker @next_marker end |