Class: Aws::Types::CreateUsagePlanKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def key_id
  @key_id
end

#key_type::String

Returns the value of attribute key_type.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def key_type
  @key_type
end

#usage_plan_id::String

Returns the value of attribute usage_plan_id.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def usage_plan_id
  @usage_plan_id
end