Class: Aws::Types::DescribeAccessPointsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccessPointsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#access_point_id ⇒ ::String
Returns the value of attribute access_point_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def access_point_id @access_point_id end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
165 166 167 |
# File 'sig/types.rbs', line 165 def file_system_id @file_system_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
162 163 164 |
# File 'sig/types.rbs', line 162 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
163 164 165 |
# File 'sig/types.rbs', line 163 def next_token @next_token end |