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.
12837 12838 12839 12840 12841 12842 12843 12844 12845 12846 12847 12848 |
# File 'lib/aws-sdk-redshift/types.rb', line 12837 class UsageLimit < Struct.new( :usage_limit_id, :cluster_identifier, :feature_type, :limit_type, :amount, :period, :breach_action, :tags) SENSITIVE = [] include Aws::Structure end |