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.
11665 11666 11667 11668 11669 11670 |
# File 'lib/aws-sdk-glue/types.rb', line 11665 class GetSecurityConfigurationsResponse < Struct.new( :security_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_configurations ⇒ Array<Types::SecurityConfiguration>
A list of security configurations.
11665 11666 11667 11668 11669 11670 |
# File 'lib/aws-sdk-glue/types.rb', line 11665 class GetSecurityConfigurationsResponse < Struct.new( :security_configurations, :next_token) SENSITIVE = [] include Aws::Structure end |