Class: Aws::Types::ListMountTargetsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mount_targets::Array[Types::ListMountTargetsDescription]

Returns the value of attribute mount_targets.



303
304
305
# File 'sig/types.rbs', line 303

def mount_targets
  @mount_targets
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def next_token
  @next_token
end