Class: Aws::Redshift::Types::DeleteUsageLimitMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#usage_limit_idString

The identifier of the usage limit to delete.

Returns:

  • (String)


3785
3786
3787
3788
3789
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3785

class DeleteUsageLimitMessage < Struct.new(
  :usage_limit_id)
  SENSITIVE = []
  include Aws::Structure
end