Class: Aws::Connect::Types::ListSecurityKeysResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


12073
12074
12075
12076
12077
12078
# File 'lib/aws-sdk-connect/types.rb', line 12073

class ListSecurityKeysResponse < Struct.new(
  :security_keys,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#security_keysArray<Types::SecurityKey>

The security keys.

Returns:



12073
12074
12075
12076
12077
12078
# File 'lib/aws-sdk-connect/types.rb', line 12073

class ListSecurityKeysResponse < Struct.new(
  :security_keys,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end