Class: Aws::Types::DescribeMountTargetsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def marker
  @marker
end

#mount_targets::Array[Types::MountTargetDescription]

Returns the value of attribute mount_targets.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def mount_targets
  @mount_targets
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def next_marker
  @next_marker
end