Class: Aws::Types::ApiKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletes::Integer

Returns the value of attribute deletes.

Returns:

  • (::Integer)


61
62
63
# File 'sig/types.rbs', line 61

def deletes
  @deletes
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def description
  @description
end

#expires::Integer

Returns the value of attribute expires.

Returns:

  • (::Integer)


60
61
62
# File 'sig/types.rbs', line 60

def expires
  @expires
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def id
  @id
end