Class: Aws::Types::ListFileSystemAssociationsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_association_summary_list::Array[Types::FileSystemAssociationSummary]

Returns the value of attribute file_system_association_summary_list.



1001
1002
1003
# File 'sig/types.rbs', line 1001

def file_system_association_summary_list
  @file_system_association_summary_list
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def marker
  @marker
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def next_marker
  @next_marker
end