Class: Aws::Types::CreateApiKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_id::String

Returns the value of attribute api_id.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def api_id
  @api_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def description
  @description
end

#expires::Integer

Returns the value of attribute expires.

Returns:

  • (::Integer)


237
238
239
# File 'sig/types.rbs', line 237

def expires
  @expires
end