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

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

Overview

Note:

When making an API call, you may pass GetSecurityConfigurationsRequest data as a hash:

{
  max_results: 1,
  next_token: "GenericString",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


12941
12942
12943
12944
12945
12946
# File 'lib/aws-sdk-glue/types.rb', line 12941

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


12941
12942
12943
12944
12945
12946
# File 'lib/aws-sdk-glue/types.rb', line 12941

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