Class: Aws::Glue::Types::GetSecurityConfigurationsRequest

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

#max_resultsInteger

The maximum number of results to return.



14528
14529
14530
14531
14532
14533
# File 'lib/aws-sdk-glue/types.rb', line 14528

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

#next_tokenString

A continuation token, if this is a continuation call.



14528
14529
14530
14531
14532
14533
# File 'lib/aws-sdk-glue/types.rb', line 14528

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