Class: Aws::Types::DescribeMountTargetsRequest

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)


232
233
234
# File 'sig/types.rbs', line 232

def access_point_id
  @access_point_id
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def file_system_id
  @file_system_id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


228
229
230
# File 'sig/types.rbs', line 228

def max_items
  @max_items
end

#mount_target_id::String

Returns the value of attribute mount_target_id.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def mount_target_id
  @mount_target_id
end