Class: Aws::Connect::Types::AssociateSecurityKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociateSecurityKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
Instance Attribute Details
#association_id ⇒ String
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
988 989 990 991 992 |
# File 'lib/aws-sdk-connect/types.rb', line 988 class AssociateSecurityKeyResponse < Struct.new( :association_id) SENSITIVE = [] include Aws::Structure end |