Class: Aws::Types::VolumeiSCSIAttributes
- Inherits:
-
Object
- Object
- Aws::Types::VolumeiSCSIAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chap_enabled ⇒ Boolean
Returns the value of attribute chap_enabled.
-
#lun_number ⇒ ::Integer
Returns the value of attribute lun_number.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#network_interface_port ⇒ ::Integer
Returns the value of attribute network_interface_port.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#chap_enabled ⇒ Boolean
Returns the value of attribute chap_enabled.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def chap_enabled @chap_enabled end |
#lun_number ⇒ ::Integer
Returns the value of attribute lun_number.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def lun_number @lun_number end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def network_interface_id @network_interface_id end |
#network_interface_port ⇒ ::Integer
Returns the value of attribute network_interface_port.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def network_interface_port @network_interface_port end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def target_arn @target_arn end |