Class: Aws::Types::DescribeAccessPointsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccessPointsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_names ⇒ ::Array[::String]
Returns the value of attribute load_balancer_names.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
Instance Attribute Details
#load_balancer_names ⇒ ::Array[::String]
Returns the value of attribute load_balancer_names.
209 210 211 |
# File 'sig/types.rbs', line 209 def load_balancer_names @load_balancer_names end |
#marker ⇒ ::String
Returns the value of attribute marker.
210 211 212 |
# File 'sig/types.rbs', line 210 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
211 212 213 |
# File 'sig/types.rbs', line 211 def page_size @page_size end |