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)


25118
25119
25120
25121
25122
25123
25124
25125
# File 'lib/aws-sdk-glue/types.rb', line 25118

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)


25118
25119
25120
25121
25122
25123
25124
25125
# File 'lib/aws-sdk-glue/types.rb', line 25118

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)


25118
25119
25120
25121
25122
25123
25124
25125
# File 'lib/aws-sdk-glue/types.rb', line 25118

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)


25118
25119
25120
25121
25122
25123
25124
25125
# File 'lib/aws-sdk-glue/types.rb', line 25118

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