Class: Aws::EC2::Types::GetInstanceUefiDataResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance from which to retrieve the UEFI data.

Returns:

  • (String)


34858
34859
34860
34861
34862
34863
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34858

class GetInstanceUefiDataResult < Struct.new(
  :instance_id,
  :uefi_data)
  SENSITIVE = []
  include Aws::Structure
end

#uefi_dataString

Base64 representation of the non-volatile UEFI variable store.

Returns:

  • (String)


34858
34859
34860
34861
34862
34863
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34858

class GetInstanceUefiDataResult < Struct.new(
  :instance_id,
  :uefi_data)
  SENSITIVE = []
  include Aws::Structure
end