Class: Aws::Glue::Types::GetSecurityConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSecurityConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if there are more security configurations to return.
-
#security_configurations ⇒ Array<Types::SecurityConfiguration>
A list of security configurations.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if there are more security configurations to return.
13778 13779 13780 13781 13782 13783 |
# File 'lib/aws-sdk-glue/types.rb', line 13778 class GetSecurityConfigurationsResponse < Struct.new( :security_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_configurations ⇒ Array<Types::SecurityConfiguration>
A list of security configurations.
13778 13779 13780 13781 13782 13783 |
# File 'lib/aws-sdk-glue/types.rb', line 13778 class GetSecurityConfigurationsResponse < Struct.new( :security_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |