Class: Aws::Types::DeleteAPIKeyRequest

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)


357
358
359
# File 'sig/types.rbs', line 357

def api_key
  @api_key
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


356
357
358
# File 'sig/types.rbs', line 356

def scope
  @scope
end