Class: Aws::Types::APIKeySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key::String

Returns the value of attribute api_key.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def api_key
  @api_key
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


14
15
16
# File 'sig/types.rbs', line 14

def creation_timestamp
  @creation_timestamp
end

#token_domains::Array[::String]

Returns the value of attribute token_domains.

Returns:

  • (::Array[::String])


12
13
14
# File 'sig/types.rbs', line 12

def token_domains
  @token_domains
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


15
16
17
# File 'sig/types.rbs', line 15

def version
  @version
end