Class: Aws::Types::GetInstanceTpmEkPubResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key_value])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9966
9967
9968
# File 'sig/types.rbs', line 9966

def instance_id
  @instance_id
end

#key_format"der", "tpmt"

Returns the value of attribute key_format.

Returns:

  • ("der", "tpmt")


9968
9969
9970
# File 'sig/types.rbs', line 9968

def key_format
  @key_format
end

#key_type"rsa-2048", "ecc-sec-p384"

Returns the value of attribute key_type.

Returns:

  • ("rsa-2048", "ecc-sec-p384")


9967
9968
9969
# File 'sig/types.rbs', line 9967

def key_type
  @key_type
end

#key_value::String

Returns the value of attribute key_value.

Returns:

  • (::String)


9969
9970
9971
# File 'sig/types.rbs', line 9969

def key_value
  @key_value
end