Method: Aws::Redshift::Types::UsageLimit#feature_type
- Defined in:
- lib/aws-sdk-redshift/types.rb
#feature_type ⇒ String
The Amazon Redshift feature to which the limit applies.
12365 12366 12367 12368 12369 12370 12371 12372 12373 12374 12375 12376 |
# File 'lib/aws-sdk-redshift/types.rb', line 12365 class UsageLimit < Struct.new( :usage_limit_id, :cluster_identifier, :feature_type, :limit_type, :amount, :period, :breach_action, :tags) SENSITIVE = [] include Aws::Structure end |