Class: Aws::Types::CreateKeyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key, :create_time])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


312
313
314
# File 'sig/types.rbs', line 312

def create_time
  @create_time
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def key
  @key
end

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def key_arn
  @key_arn
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def key_name
  @key_name
end