Class: Aws::Types::GetInstanceUefiDataResult
- Inherits:
-
Object
- Object
- Aws::Types::GetInstanceUefiDataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#uefi_data ⇒ ::String
Returns the value of attribute uefi_data.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9997 9998 9999 |
# File 'sig/types.rbs', line 9997 def instance_id @instance_id end |
#uefi_data ⇒ ::String
Returns the value of attribute uefi_data.
9998 9999 10000 |
# File 'sig/types.rbs', line 9998 def uefi_data @uefi_data end |