Class: Aws::Types::GetInstanceUefiDataResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


9998
9999
10000
# File 'sig/types.rbs', line 9998

def uefi_data
  @uefi_data
end