Class: Aws::Types::DescribeFileSystemsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFileSystemsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_token ⇒ ::String
Returns the value of attribute creation_token.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#creation_token ⇒ ::String
Returns the value of attribute creation_token.
200 201 202 |
# File 'sig/types.rbs', line 200 def creation_token @creation_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
201 202 203 |
# File 'sig/types.rbs', line 201 def file_system_id @file_system_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
199 200 201 |
# File 'sig/types.rbs', line 199 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
198 199 200 |
# File 'sig/types.rbs', line 198 def max_items @max_items end |