Class: Aws::Types::DescribeAccessPointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccessPointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_points ⇒ ::Array[Types::AccessPointDescription]
Returns the value of attribute access_points.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#access_points ⇒ ::Array[Types::AccessPointDescription]
Returns the value of attribute access_points.
170 171 172 |
# File 'sig/types.rbs', line 170 def access_points @access_points end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
171 172 173 |
# File 'sig/types.rbs', line 171 def next_token @next_token end |