Class: Aws::Types::DescribeFileSystemsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_token::String

Returns the value of attribute creation_token.

Returns:



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.

Returns:



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.

Returns:



199
200
201
# File 'sig/types.rbs', line 199

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:



198
199
200
# File 'sig/types.rbs', line 198

def max_items
  @max_items
end