Class: Aws::Types::MountTargetDescription
- Inherits:
-
Object
- Object
- Aws::Types::MountTargetDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#availability_zone_name ⇒ ::String
Returns the value of attribute availability_zone_name.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#ipv_6_address ⇒ ::String
Returns the value of attribute ipv_6_address.
-
#life_cycle_state ⇒ "creating", ...
Returns the value of attribute life_cycle_state.
-
#mount_target_id ⇒ ::String
Returns the value of attribute mount_target_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
441 442 443 |
# File 'sig/types.rbs', line 441 def vpc_id @vpc_id end |