Class: Aws::Glue::Types::ListUsageProfilesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, present if the current list segment is not the last.

Returns:

  • (String)


16396
16397
16398
16399
16400
16401
# File 'lib/aws-sdk-glue/types.rb', line 16396

class ListUsageProfilesResponse < Struct.new(
  :profiles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#profilesArray<Types::UsageProfileDefinition>

A list of usage profile (‘UsageProfileDefinition`) objects.

Returns:



16396
16397
16398
16399
16400
16401
# File 'lib/aws-sdk-glue/types.rb', line 16396

class ListUsageProfilesResponse < Struct.new(
  :profiles,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end