Method: Aws::APIGateway::Types::Account#api_key_version

Defined in:
lib/aws-sdk-apigateway/types.rb

#api_key_versionString

The version of the API keys used for the account.

Returns:

  • (String)

102
103
104
105
106
107
108
109
# File 'lib/aws-sdk-apigateway/types.rb', line 102

class Account < Struct.new(
  :cloudwatch_role_arn,
  :throttle_settings,
  :features,
  :api_key_version)
  SENSITIVE = []
  include Aws::Structure
end