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

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


32
33
34
# File 'sig/types.rbs', line 32

def created_date
  @created_date
end

#customer_id::String

Returns the value of attribute customer_id.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def customer_id
  @customer_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def description
  @description
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


31
32
33
# File 'sig/types.rbs', line 31

def enabled
  @enabled
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def id
  @id
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


33
34
35
# File 'sig/types.rbs', line 33

def last_updated_date
  @last_updated_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def name
  @name
end

#stage_keys::Array[::String]

Returns the value of attribute stage_keys.

Returns:

  • (::Array[::String])


34
35
36
# File 'sig/types.rbs', line 34

def stage_keys
  @stage_keys
end

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

Returns the value of attribute tags.

Returns:

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


35
36
37
# File 'sig/types.rbs', line 35

def tags
  @tags
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def value
  @value
end