Class: Aws::Types::ListMountTargetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_id::String

Returns the value of attribute access_point_id.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def access_point_id
  @access_point_id
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def file_system_id
  @file_system_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


296
297
298
# File 'sig/types.rbs', line 296

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def next_token
  @next_token
end