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

#configuration ⇒ Types::ProfileConfiguration

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



17320
17321
17322
17323
17324
17325
17326
17327
17328
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17320

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

#created_on ⇒ Time

The date and time when the usage profile was created.

Returns:

  • (Time)


17320
17321
17322
17323
17324
17325
17326
17327
17328
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17320

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

#description ⇒ String

A description of the usage profile.

Returns:

  • (String)


17320
17321
17322
17323
17324
17325
17326
17327
17328
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17320

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

#last_modified_on ⇒ Time

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

Returns:

  • (Time)


17320
17321
17322
17323
17324
17325
17326
17327
17328
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17320

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

#name ⇒ String

The name of the usage profile.

Returns:

  • (String)


17320
17321
17322
17323
17324
17325
17326
17327
17328
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 17320

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