Class: Aws::Types::PrivateKeyFlagsV2

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_version"WINDOWS_SERVER_2003", ...

Returns the value of attribute client_version.

Returns:

  • ("WINDOWS_SERVER_2003", "WINDOWS_SERVER_2008", "WINDOWS_SERVER_2008_R2", "WINDOWS_SERVER_2012", "WINDOWS_SERVER_2012_R2", "WINDOWS_SERVER_2016")


459
460
461
# File 'sig/types.rbs', line 459

def client_version
  @client_version
end

#exportable_keyBoolean

Returns the value of attribute exportable_key.

Returns:

  • (Boolean)


460
461
462
# File 'sig/types.rbs', line 460

def exportable_key
  @exportable_key
end

#strong_key_protection_requiredBoolean

Returns the value of attribute strong_key_protection_required.

Returns:

  • (Boolean)


461
462
463
# File 'sig/types.rbs', line 461

def strong_key_protection_required
  @strong_key_protection_required
end