Class: Aws::Types::PciId
- Inherits:
-
Object
- Object
- Aws::Types::PciId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#subsystem_id ⇒ ::String
Returns the value of attribute subsystem_id.
-
#subsystem_vendor_id ⇒ ::String
Returns the value of attribute subsystem_vendor_id.
-
#vendor_id ⇒ ::String
Returns the value of attribute vendor_id.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
15352 15353 15354 |
# File 'sig/types.rbs', line 15352 def device_id @device_id end |
#subsystem_id ⇒ ::String
Returns the value of attribute subsystem_id.
15354 15355 15356 |
# File 'sig/types.rbs', line 15354 def subsystem_id @subsystem_id end |
#subsystem_vendor_id ⇒ ::String
Returns the value of attribute subsystem_vendor_id.
15355 15356 15357 |
# File 'sig/types.rbs', line 15355 def subsystem_vendor_id @subsystem_vendor_id end |
#vendor_id ⇒ ::String
Returns the value of attribute vendor_id.
15353 15354 15355 |
# File 'sig/types.rbs', line 15353 def vendor_id @vendor_id end |