Class: Aws::Types::DeviceiSCSIAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DeviceiSCSIAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chap_enabled ⇒ Boolean
Returns the value of attribute chap_enabled.
-
#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.
824 825 826 |
# File 'sig/types.rbs', line 824 def chap_enabled @chap_enabled end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
822 823 824 |
# File 'sig/types.rbs', line 822 def network_interface_id @network_interface_id end |
#network_interface_port ⇒ ::Integer
Returns the value of attribute network_interface_port.
823 824 825 |
# File 'sig/types.rbs', line 823 def network_interface_port @network_interface_port end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
821 822 823 |
# File 'sig/types.rbs', line 821 def target_arn @target_arn end |