Class: Aws::Types::KeySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def enabled
  @enabled
end

#exportableBoolean

Returns the value of attribute exportable.

Returns:



505
506
507
# File 'sig/types.rbs', line 505

def exportable
  @exportable
end

#key_arn::String

Returns the value of attribute key_arn.

Returns:



501
502
503
# File 'sig/types.rbs', line 501

def key_arn
  @key_arn
end

#key_attributesTypes::KeyAttributes

Returns the value of attribute key_attributes.

Returns:



503
504
505
# File 'sig/types.rbs', line 503

def key_attributes
  @key_attributes
end

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:



504
505
506
# File 'sig/types.rbs', line 504

def key_check_value
  @key_check_value
end

#key_state"CREATE_IN_PROGRESS", ...

Returns the value of attribute key_state.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def key_state
  @key_state
end

#multi_region_key_type"PRIMARY", "REPLICA"

Returns the value of attribute multi_region_key_type.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def multi_region_key_type
  @multi_region_key_type
end

#primary_region::String

Returns the value of attribute primary_region.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def primary_region
  @primary_region
end