Class: Aws::Types::VolumeiSCSIAttributes

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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def target_arn
  @target_arn
end