Class: Aws::Types::DeviceiSCSIAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chap_enabledBoolean

Returns the value of attribute chap_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def target_arn
  @target_arn
end