Class: Aws::Types::GetDecryptedAPIKeyRequest

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)


579
580
581
# File 'sig/types.rbs', line 579

def api_key
  @api_key
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


578
579
580
# File 'sig/types.rbs', line 578

def scope
  @scope
end