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

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

#configurationTypes::ProfileConfiguration

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



24973
24974
24975
24976
24977
24978
24979
# File 'lib/aws-sdk-glue/types.rb', line 24973

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

#descriptionString

A description of the usage profile.

Returns:

  • (String)


24973
24974
24975
24976
24977
24978
24979
# File 'lib/aws-sdk-glue/types.rb', line 24973

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

#nameString

The name of the usage profile.

Returns:

  • (String)


24973
24974
24975
24976
24977
24978
24979
# File 'lib/aws-sdk-glue/types.rb', line 24973

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