Class: Aws::Glue::Types::UpdateUsageProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::ProfileConfiguration

A ProfileConfiguration object specifying the job and session values for the profile.



29388
29389
29390
29391
29392
29393
29394
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29388

class UpdateUsageProfileRequest < Struct.new(
  :name,
  :description,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the usage profile.

Returns:

  • (String)


29388
29389
29390
29391
29392
29393
29394
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29388

class UpdateUsageProfileRequest < Struct.new(
  :name,
  :description,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the usage profile.

Returns:

  • (String)


29388
29389
29390
29391
29392
29393
29394
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 29388

class UpdateUsageProfileRequest < Struct.new(
  :name,
  :description,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end