Class: Aws::Glue::Types::GetUsageProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetUsageProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ProfileConfiguration
A ‘ProfileConfiguration` object specifying the job and session values for the profile.
-
#created_on ⇒ Time
The date and time when the usage profile was created.
-
#description ⇒ String
A description of the usage profile.
-
#last_modified_on ⇒ Time
The date and time when the usage profile was last modified.
-
#name ⇒ String
The name of the usage profile.
Instance Attribute Details
#configuration ⇒ Types::ProfileConfiguration
A ‘ProfileConfiguration` object specifying the job and session values for the profile.
13015 13016 13017 13018 13019 13020 13021 13022 13023 |
# File 'lib/aws-sdk-glue/types.rb', line 13015 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.
13015 13016 13017 13018 13019 13020 13021 13022 13023 |
# File 'lib/aws-sdk-glue/types.rb', line 13015 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.
13015 13016 13017 13018 13019 13020 13021 13022 13023 |
# File 'lib/aws-sdk-glue/types.rb', line 13015 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.
13015 13016 13017 13018 13019 13020 13021 13022 13023 |
# File 'lib/aws-sdk-glue/types.rb', line 13015 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.
13015 13016 13017 13018 13019 13020 13021 13022 13023 |
# File 'lib/aws-sdk-glue/types.rb', line 13015 class GetUsageProfileResponse < Struct.new( :name, :description, :configuration, :created_on, :last_modified_on) SENSITIVE = [] include Aws::Structure end |