Class: Aws::Types::DescribeKeyResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key, :create_time, :expire_time, :update_time])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


468
469
470
# File 'sig/types.rbs', line 468

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

def description
  @description
end

#expire_time::Time

Returns the value of attribute expire_time.

Returns:

  • (::Time)


469
470
471
# File 'sig/types.rbs', line 469

def expire_time
  @expire_time
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def key
  @key
end

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def key_arn
  @key_arn
end

#key_name::String

Returns the value of attribute key_name.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def key_name
  @key_name
end

#restrictionsTypes::ApiKeyRestrictions

Returns the value of attribute restrictions.



467
468
469
# File 'sig/types.rbs', line 467

def restrictions
  @restrictions
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


472
473
474
# File 'sig/types.rbs', line 472

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


470
471
472
# File 'sig/types.rbs', line 470

def update_time
  @update_time
end