Class: Aws::Glue::Types::DeleteUsageProfileRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the usage profile to delete.

Returns:

  • (String)


7974
7975
7976
7977
7978
# File 'lib/aws-sdk-glue/types.rb', line 7974

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