Class: Aws::Types::CreateKeyInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#derive_key_usage"TR31_B0_BASE_DERIVATION_KEY", ...

Returns the value of attribute derive_key_usage.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def derive_key_usage
  @derive_key_usage
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def enabled
  @enabled
end

#exportableBoolean

Returns the value of attribute exportable.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def exportable
  @exportable
end

#key_attributesTypes::KeyAttributes

Returns the value of attribute key_attributes.

Returns:



73
74
75
# File 'sig/types.rbs', line 73

def key_attributes
  @key_attributes
end

#key_check_value_algorithm"CMAC", ...

Returns the value of attribute key_check_value_algorithm.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def key_check_value_algorithm
  @key_check_value_algorithm
end

#replication_regions::Array[::String]

Returns the value of attribute replication_regions.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def replication_regions
  @replication_regions
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



77
78
79
# File 'sig/types.rbs', line 77

def tags
  @tags
end