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.
12108 12109 12110 12111 12112 12113 |
# File 'lib/aws-sdk-glue/types.rb', line 12108 class GetSecurityConfigurationsResponse < Struct.new( :security_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_configurations ⇒ Array<Types::SecurityConfiguration>
A list of security configurations.
12108 12109 12110 12111 12112 12113 |
# File 'lib/aws-sdk-glue/types.rb', line 12108 class GetSecurityConfigurationsResponse < Struct.new( :security_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |