Class: Aws::Glue::Types::UsageProfileDefinition

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

Overview

Describes an Glue usage profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_onTime

The date and time when the usage profile was created.

Returns:

  • (Time)


24511
24512
24513
24514
24515
24516
24517
24518
# File 'lib/aws-sdk-glue/types.rb', line 24511

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

#descriptionString

A description of the usage profile.

Returns:

  • (String)


24511
24512
24513
24514
24515
24516
24517
24518
# File 'lib/aws-sdk-glue/types.rb', line 24511

class UsageProfileDefinition < Struct.new(
  :name,
  :description,
  :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)


24511
24512
24513
24514
24515
24516
24517
24518
# File 'lib/aws-sdk-glue/types.rb', line 24511

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

#nameString

The name of the usage profile.

Returns:

  • (String)


24511
24512
24513
24514
24515
24516
24517
24518
# File 'lib/aws-sdk-glue/types.rb', line 24511

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