Class: Aws::Types::MountTargetDescription

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)


439
440
441
# File 'sig/types.rbs', line 439

def availability_zone_id
  @availability_zone_id
end

#availability_zone_name::String

Returns the value of attribute availability_zone_name.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def availability_zone_name
  @availability_zone_name
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def file_system_id
  @file_system_id
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def ip_address
  @ip_address
end

#ipv_6_address::String

Returns the value of attribute ipv_6_address.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def ipv_6_address
  @ipv_6_address
end

#life_cycle_state"creating", ...

Returns the value of attribute life_cycle_state.

Returns:

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


435
436
437
# File 'sig/types.rbs', line 435

def life_cycle_state
  @life_cycle_state
end

#mount_target_id::String

Returns the value of attribute mount_target_id.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def mount_target_id
  @mount_target_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def network_interface_id
  @network_interface_id
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def owner_id
  @owner_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


441
442
443
# File 'sig/types.rbs', line 441

def vpc_id
  @vpc_id
end