Class: Aws::Types::ListMountTargetsDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def availability_zone_id
  @availability_zone_id
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def file_system_id
  @file_system_id
end

#ipv4_address::String

Returns the value of attribute ipv4_address.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def ipv4_address
  @ipv4_address
end

#ipv6_address::String

Returns the value of attribute ipv6_address.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def ipv6_address
  @ipv6_address
end

#mount_target_id::String

Returns the value of attribute mount_target_id.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def mount_target_id
  @mount_target_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def network_interface_id
  @network_interface_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def owner_id
  @owner_id
end

#status"available", ...

Returns the value of attribute status.

Returns:

  • ("available", "creating", "deleting", "deleted", "error", "updating")


283
284
285
# File 'sig/types.rbs', line 283

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def status_message
  @status_message
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def vpc_id
  @vpc_id
end