class Aws::Connect::Types::DisassociateSecurityKeyRequest

@note When making an API call, you may pass DisassociateSecurityKeyRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      association_id: "AssociationId", # required
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] association_id

The existing association identifier that uniquely identifies the
resource type and storage config for the given instance ID.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DisassociateSecurityKeyRequest AWS API Documentation

Constants

SENSITIVE