Class: Aws::Glue::Types::GetSecurityConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSecurityConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
13760 13761 13762 13763 13764 13765 |
# File 'lib/aws-sdk-glue/types.rb', line 13760 class GetSecurityConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
13760 13761 13762 13763 13764 13765 |
# File 'lib/aws-sdk-glue/types.rb', line 13760 class GetSecurityConfigurationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |