Class: Aws::Connect::Types::ListSecurityKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListSecurityKeysResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#security_keys ⇒ Array<Types::SecurityKey>
The security keys.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
13852 13853 13854 13855 13856 13857 |
# File 'lib/aws-sdk-connect/types.rb', line 13852 class ListSecurityKeysResponse < Struct.new( :security_keys, :next_token) SENSITIVE = [] include Aws::Structure end |
#security_keys ⇒ Array<Types::SecurityKey>
The security keys.
13852 13853 13854 13855 13856 13857 |
# File 'lib/aws-sdk-connect/types.rb', line 13852 class ListSecurityKeysResponse < Struct.new( :security_keys, :next_token) SENSITIVE = [] include Aws::Structure end |