Class: Aws::Types::GetInstanceTpmEkPubRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


10299
10300
10301
# File 'sig/types.rbs', line 10299

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


10296
10297
10298
# File 'sig/types.rbs', line 10296

def instance_id
  @instance_id
end

#key_format"der", "tpmt"

Returns the value of attribute key_format.

Returns:

  • ("der", "tpmt")


10298
10299
10300
# File 'sig/types.rbs', line 10298

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")


10297
10298
10299
# File 'sig/types.rbs', line 10297

def key_type
  @key_type
end