Class: Aws::Connect::Types::AssociateSecurityKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AssociateSecurityKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#key ⇒ String
A valid security key in PEM format as a String.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.
[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
967 968 969 970 971 972 |
# File 'lib/aws-sdk-connect/types.rb', line 967 class AssociateSecurityKeyRequest < Struct.new( :instance_id, :key) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
A valid security key in PEM format as a String.
967 968 969 970 971 972 |
# File 'lib/aws-sdk-connect/types.rb', line 967 class AssociateSecurityKeyRequest < Struct.new( :instance_id, :key) SENSITIVE = [] include Aws::Structure end |