Class: Aws::Types::UpdateMountTargetResponse

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)


396
397
398
# File 'sig/types.rbs', line 396

def availability_zone_id
  @availability_zone_id
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def file_system_id
  @file_system_id
end

#ipv4_address::String

Returns the value of attribute ipv4_address.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def ipv4_address
  @ipv4_address
end

#ipv6_address::String

Returns the value of attribute ipv6_address.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def ipv6_address
  @ipv6_address
end

#mount_target_id::String

Returns the value of attribute mount_target_id.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def mount_target_id
  @mount_target_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def network_interface_id
  @network_interface_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def owner_id
  @owner_id
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


405
406
407
# File 'sig/types.rbs', line 405

def security_groups
  @security_groups
end

#status"available", ...

Returns the value of attribute status.

Returns:

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


406
407
408
# File 'sig/types.rbs', line 406

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def status_message
  @status_message
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def vpc_id
  @vpc_id
end