Class: Aws::EC2::Types::GetInstanceTpmEkPubResult

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

Overview

Constant Summary collapse

SENSITIVE =
[:key_value]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)


34753
34754
34755
34756
34757
34758
34759
34760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34753

class GetInstanceTpmEkPubResult < Struct.new(
  :instance_id,
  :key_type,
  :key_format,
  :key_value)
  SENSITIVE = [:key_value]
  include Aws::Structure
end

#key_formatString

The public endorsement key format.

Returns:

  • (String)


34753
34754
34755
34756
34757
34758
34759
34760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34753

class GetInstanceTpmEkPubResult < Struct.new(
  :instance_id,
  :key_type,
  :key_format,
  :key_value)
  SENSITIVE = [:key_value]
  include Aws::Structure
end

#key_typeString

The public endorsement key type.

Returns:

  • (String)


34753
34754
34755
34756
34757
34758
34759
34760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34753

class GetInstanceTpmEkPubResult < Struct.new(
  :instance_id,
  :key_type,
  :key_format,
  :key_value)
  SENSITIVE = [:key_value]
  include Aws::Structure
end

#key_valueString

The public endorsement key material.

Returns:

  • (String)


34753
34754
34755
34756
34757
34758
34759
34760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34753

class GetInstanceTpmEkPubResult < Struct.new(
  :instance_id,
  :key_type,
  :key_format,
  :key_value)
  SENSITIVE = [:key_value]
  include Aws::Structure
end