Class: Aws::Types::PciId

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_id::String

Returns the value of attribute device_id.

Returns:

  • (::String)


15055
15056
15057
# File 'sig/types.rbs', line 15055

def device_id
  @device_id
end

#subsystem_id::String

Returns the value of attribute subsystem_id.

Returns:

  • (::String)


15057
15058
15059
# File 'sig/types.rbs', line 15057

def subsystem_id
  @subsystem_id
end

#subsystem_vendor_id::String

Returns the value of attribute subsystem_vendor_id.

Returns:

  • (::String)


15058
15059
15060
# File 'sig/types.rbs', line 15058

def subsystem_vendor_id
  @subsystem_vendor_id
end

#vendor_id::String

Returns the value of attribute vendor_id.

Returns:

  • (::String)


15056
15057
15058
# File 'sig/types.rbs', line 15056

def vendor_id
  @vendor_id
end