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)


10329
10330
10331
# File 'sig/types.rbs', line 10329

def instance_id
  @instance_id
end

#uefi_data::String

Returns the value of attribute uefi_data.

Returns:

  • (::String)


10330
10331
10332
# File 'sig/types.rbs', line 10330

def uefi_data
  @uefi_data
end