Class: Aws::Types::UpdateKeyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#key_arn::String

Returns the value of attribute key_arn.

Returns:



1386
1387
1388
# File 'sig/types.rbs', line 1386

def key_arn
  @key_arn
end

#key_name::String

Returns the value of attribute key_name.

Returns:



1387
1388
1389
# File 'sig/types.rbs', line 1387

def key_name
  @key_name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:



1388
1389
1390
# File 'sig/types.rbs', line 1388

def update_time
  @update_time
end