Class: Aws::Glue::Types::GetUsageProfileResponse

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.



12547
12548
12549
12550
12551
12552
12553
12554
12555
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12547

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

#created_onTime

The date and time when the usage profile was created.

Returns:

  • (Time)


12547
12548
12549
12550
12551
12552
12553
12554
12555
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12547

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

#descriptionString

A description of the usage profile.

Returns:

  • (String)


12547
12548
12549
12550
12551
12552
12553
12554
12555
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12547

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

#last_modified_onTime

The date and time when the usage profile was last modified.

Returns:

  • (Time)


12547
12548
12549
12550
12551
12552
12553
12554
12555
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12547

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

#nameString

The name of the usage profile.

Returns:

  • (String)


12547
12548
12549
12550
12551
12552
12553
12554
12555
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12547

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