Method: Aws::APIGateway::Types::Account#features
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#features ⇒ Array<String>
A list of features supported for the account. When usage plans are enabled, the features list will include an entry of ‘“UsagePlans”`.
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 |