Class: Aws::Types::KeyUsageProperty

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

Defined Under Namespace

Classes: PropertyFlags, PropertyType, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#property_flagsTypes::KeyUsagePropertyFlags

Returns the value of attribute property_flags.



340
341
342
# File 'sig/types.rbs', line 340

def property_flags
  @property_flags
end

#property_type"ALL"

Returns the value of attribute property_type.

Returns:

  • ("ALL")


341
342
343
# File 'sig/types.rbs', line 341

def property_type
  @property_type
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


342
343
344
# File 'sig/types.rbs', line 342

def unknown
  @unknown
end