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.



15885
15886
15887
15888
15889
15890
15891
15892
15893
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15885

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)


15885
15886
15887
15888
15889
15890
15891
15892
15893
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15885

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)


15885
15886
15887
15888
15889
15890
15891
15892
15893
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15885

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)


15885
15886
15887
15888
15889
15890
15891
15892
15893
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15885

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)


15885
15886
15887
15888
15889
15890
15891
15892
15893
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15885

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